Skip to content

Commit 42273af

Browse files
committed
run tests
1 parent 21d3ed7 commit 42273af

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.github/workflows/tests_primary.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,19 @@ jobs:
4141
contents: read # This is required for actions/checkout to succeed
4242
steps:
4343
- uses: actions/checkout@v4
44-
- name: Upload blob report
45-
# We only merge reports for PRs as per .github/workflows/create_test_report.yml.
46-
if: ${{ !cancelled() && github.event_name == 'pull_request' }}
47-
uses: ./.github/actions/upload-blob-report
44+
- uses: ./.github/actions/run-test
4845
with:
49-
report_dir: test-blob-report
50-
job_name: ${{ inputs.bot-name }}
46+
node-version: ${{ matrix.node-version }}
47+
browsers-to-install: ${{ matrix.browser }} chromium
48+
command: npm run test -- --project=${{ matrix.browser }}-* page-check:20
49+
bot-name: "${{ matrix.browser }}-${{ matrix.os }}-node${{ matrix.node-version }}"
50+
flakiness-client-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_CLIENT_ID }}
51+
flakiness-tenant-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_TENANT_ID }}
52+
flakiness-subscription-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_SUBSCRIPTION_ID }}
53+
# - name: Upload blob report
54+
# # We only merge reports for PRs as per .github/workflows/create_test_report.yml.
55+
# if: ${{ !cancelled() && github.event_name == 'pull_request' }}
56+
# uses: ./.github/actions/upload-blob-report
57+
# with:
58+
# report_dir: test-blob-report
59+
# job_name: ${{ inputs.bot-name }}

0 commit comments

Comments
 (0)