Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-kmcgrady authored Dec 12, 2024
1 parent f08e1fa commit a1c3086
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 @@ -65,7 +65,7 @@ jobs:
run: ./dev.py js-build

- name: Run e2e tests
run: pytest e2e --browser webkit --video retain-on-failure --screenshot only-on-failure --output ./test-results/ -n auto -r aR -v
run: pytest e2e --video retain-on-failure --screenshot only-on-failure --output ./test-results/ -n auto -r aR -v

Check failure on line 68 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / build

68:81 [line-length] line too long (120 > 80 characters)

- name: Upload snapshots
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a1c3086

Please sign in to comment.