Skip to content

Commit

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

pytest_runner:
image: hugocker/playwright_runner
command: --tracing=retain-on-failure --screenshot=only-on-failure
environment:
- PLAYWRIGHT_URL_UNDER_TEST=http://jarm_online_gui/
volumes:
Expand Down

0 comments on commit 618699e

Please sign in to comment.