Skip to content

Commit

Permalink
test file by file to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mudhoney committed Jan 13, 2025
1 parent 683aa01 commit 3f8860b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Run Playwright tests
run: |
cd helioviewer.org
npx playwright test --shard=${{matrix.shardIndex}}/${{matrix.shardTotal}}
npx playwright test --shard=${{matrix.shardIndex}}/${{matrix.shardTotal}} tests/desktop/normal/image_layers/image_layers.spec.ts
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 3f8860b

Please sign in to comment.