Skip to content

Commit

Permalink
Merge branch 'master' into SFINT-5491
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord authored Aug 14, 2024
2 parents c004b57 + c033c28 commit ddc9cee
Show file tree
Hide file tree
Showing 176 changed files with 3,206 additions and 775 deletions.
2 changes: 1 addition & 1 deletion .github/actions/merge-playwright-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
shell: bash

- name: Upload HTML report
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
with:
name: atomic-playwright-report
path: packages/atomic/playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/playwright-atomic-hosted-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
run: npx playwright test
working-directory: packages/atomic-hosted-page
shell: bash
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
if: always()
with:
name: atomic-hosted-page-playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/playwright-atomic/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
run: npx playwright test --shard=${{ inputs.shardIndex }}/${{ inputs.shardTotal }}
working-directory: packages/atomic
shell: bash
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
if: always()
with:
name: blob-report-${{ matrix.shardIndex }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
app-id: ${{ secrets.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
owner: coveo
repo: ui-kit-prs
repositories: 'ui-kit-prs'
- uses: ./.github/actions/publish-pr-review-site
if: ${{ always() && github.event_name == 'pull_request'}}
with:
Expand Down Expand Up @@ -334,6 +334,7 @@ jobs:
- 'build'
- 'lint-check'
- 'unit-test'
- 'playwright-atomic'
- 'playwright-atomic-hosted-page-test'
- 'e2e-atomic-test'
- 'e2e-atomic-csp-test'
Expand Down Expand Up @@ -368,6 +369,7 @@ jobs:
- 'build'
- 'lint-check'
- 'unit-test'
- 'playwright-atomic'
- 'playwright-atomic-hosted-page-test'
- 'e2e-atomic-test'
- 'e2e-atomic-screenshots'
Expand Down
Loading

0 comments on commit ddc9cee

Please sign in to comment.