Skip to content

Commit

Permalink
try to run on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rlingineni committed Feb 12, 2024
1 parent 75c3b37 commit 548efe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
runs-on: ubuntu-latest-large
strategy:
matrix:
node_version: [16, 18]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: results
uses: mathiasvr/[email protected]
with:
run: npx playwright test playwright/visual-test --config=playwright/playwright.config.js --workers 2 --reporter=dot --shard=${{ matrix.shard }}
run: npx playwright test playwright/visual-test --config=playwright/playwright.config.js --workers 2 --reporter=dot --shard=${{ matrix.shard }} || true
- name: Comment PR with execution number
uses: thollander/actions-comment-pull-request@v2
with:
Expand Down

0 comments on commit 548efe8

Please sign in to comment.