Skip to content

Commit

Permalink
Revert "Try to fix CI"
Browse files Browse the repository at this point in the history
This reverts commit 1e7eafd.
  • Loading branch information
Hugo-C committed Aug 11, 2024
1 parent 6d4ccf6 commit 2a3de38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run playwright test
run: docker compose -f docker-compose.playwright.yml run pytest_runner || echo "fail"
run: docker compose -f docker-compose.playwright.yml run pytest_runner
- run: ls -l
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-traces
path: test-results/
name: playwright-report
path: playwright-report/
retention-days: 7

0 comments on commit 2a3de38

Please sign in to comment.