Skip to content

Commit

Permalink
focus to urlsharing
Browse files Browse the repository at this point in the history
  • Loading branch information
mudhoney committed Jan 16, 2025
1 parent 6e37b9d commit ff91def
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}} desktop/normal/movie/form_controls.spec.ts --retries=0
npx playwright test --shard=${{matrix.shardIndex}}/${{matrix.shardTotal}} desktop/normal/movie/form_controls.spec.ts desktop/normal/urlsharing.spec.ts --retries=0
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit ff91def

Please sign in to comment.