Skip to content

Commit

Permalink
Get some Linux screenshots from GitHub
Browse files Browse the repository at this point in the history
Then I'll add 'em to the repo.
  • Loading branch information
trey committed Jul 14, 2023
1 parent b897c6c commit 9b8cd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blaze-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Playwright Browsers
run: cd test_project && npx playwright install --with-deps
- name: Run Playwright tests
run: cd test_project && CREATE_USER=True npx playwright test --ignore-snapshots
run: cd test_project && CREATE_USER=True npx playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 9b8cd27

Please sign in to comment.