Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Sep 27, 2024
2 parents 6476fa6 + 66e6012 commit 7a5b3a2
Show file tree
Hide file tree
Showing 1,594 changed files with 14,538 additions and 11,853 deletions.
2 changes: 1 addition & 1 deletion .deployment.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sequential": ["dev", "stg", "prd"]
},
"team_jenkins": "searchuibuilds",
"start_environment_automatically": false,
"start_environment_automatically": true,
"notifications": {
"slack_channels": ["#searchuibuilds"]
}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/e2e-atomic-insight-panel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
with:
browser: chrome
command-prefix: 'npx -w @coveo/atomic cypress-repeat run -n 3 --until-passes --rerun-failed-only --'
config-file: cypress-insight-panel.config.ts
config-file: cypress-insight-panel.config.mjs
start: npm start -w @coveo/atomic
wait-on: 'http://localhost:3333/ping'
wait-on-timeout: 600000
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/e2e-atomic-screenshots/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
with:
browser: chrome
command-prefix: 'npx -w @coveo/atomic cypress-repeat run -n 3 --until-passes --rerun-failed-only --'
config-file: cypress-screenshots.config.ts
config-file: cypress-screenshots.config.mjs
start: npm start -w @coveo/atomic
wait-on: 'http://localhost:3333/ping'
wait-on-timeout: 600000
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./.github/actions/setup
- run: npm run build
- run: cat packages/atomic/dist/atomic/atomic.esm.js
- uses: ./.github/actions/playwright-atomic
with:
shardIndex: ${{ matrix.shardIndex }}
Expand All @@ -107,7 +106,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./.github/actions/setup
- run: npm run build
- run: cat packages/atomic/dist/atomic/atomic.esm.js
- uses: ./.github/actions/merge-playwright-reports
- name: Generate a token
if: ${{ always() && github.event_name == 'pull_request'}}
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ packages/atomic/dist-storybook/**/*
packages/atomic/src/components/search/atomic-search-interface/lang/*.json
packages/atomic/src/external-builds/**/*
packages/atomic/src/generated/**
packages/headless/src/external-builds/**/*
packages/quantic/docs/out/quantic-docs.json
packages/samples/headless-react/build/**/*
packages/samples/angular/src/lang/*.json
packages/samples/vuejs/public/lang/*.json
packages/samples/vuejs/public/lang/*.json
Loading

0 comments on commit 7a5b3a2

Please sign in to comment.