Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 21, 2021
1 parent fe2e6e2 commit 76a5559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests_secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
DEBUG: pw:install
- run: npm run build
- run: node lib/cli/cli install-deps
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- run: npm run test -- --project=${{ matrix.browser }}
shell: bash
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
Expand Down Expand Up @@ -365,6 +367,8 @@ jobs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- run: npm run build
- run: node lib/cli/cli install ffmpeg firefox-stable chromium
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- run: npm run ftest -- --channel=firefox-stable
shell: bash
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
Expand Down

0 comments on commit 76a5559

Please sign in to comment.