Skip to content

Commit

Permalink
Getting more failure info
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Nov 15, 2024
1 parent bbbdab5 commit 9f14377
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,11 @@ jobs:
tar xzf Kappapp.tar.gz
mkdir -p build
mv Kappapp ./build/
pwd
ls -R
ls -R /home/runner/work/
- name: Run Playwright tests
run: DEBUG=pw:webserver npx playwright test --retries=3 --trace retain-on-first-failure
run: DEBUG=pw:browser* npx playwright test --retries=3 --trace retain-on-first-failure --project electron
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 9f14377

Please sign in to comment.