single test run
This commit is contained in:
parent
96fcb4a607
commit
f90f0c9f6f
2
.github/workflows/tests_primary.yml
vendored
2
.github/workflows/tests_primary.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- uses: ./.github/actions/run-test
|
||||
with:
|
||||
browsers-to-install: ${{ matrix.browser }} chromium
|
||||
command: npm run test -- --project=${{ matrix.browser }}-* --workers 1 --grep '@smoke'
|
||||
command: npm run test page-goto:22 -- --project=${{ matrix.browser }}-* --workers 1
|
||||
bot-name: "${{ matrix.browser }}-${{ matrix.os }}"
|
||||
flakiness-client-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_CLIENT_ID }}
|
||||
flakiness-tenant-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_TENANT_ID }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue