Skip to content

Commit

Permalink
chore: update 02-e2e-showcases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jan 4, 2024
1 parent 2212811 commit e798043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/02-e2e-showcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: 👩‍🔬 Test showcase with Playwright 🎭
env:
HOME: /root
run: npm run test:${{ matrix.framework }}-showcase -- -- --shard=${{ matrix.shard }}
run: |
npm run test:e2e --workspace=${{ matrix.framework }}-showcase -- --shard=${{ matrix.shard }}
- name: 🔣 Print GitHub Report
if: failure()
Expand Down

0 comments on commit e798043

Please sign in to comment.