From 618699e05cf8c49a0ad23e8d9da5d17cf3ea1b02 Mon Sep 17 00:00:00 2001 From: Hugo-C Date: Sun, 11 Aug 2024 22:34:00 +0200 Subject: [PATCH] Revert "Try to fix CI" This reverts commit f3a66c524b2c67ea0fa54735fe5ddd9903cba884. --- .github/workflows/playwright.yml | 9 +-------- docker-compose.playwright.yml | 1 - 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7f7e040..7ef1b32 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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 \ No newline at end of file + run: docker compose -f docker-compose.playwright.yml run pytest_runner \ No newline at end of file diff --git a/docker-compose.playwright.yml b/docker-compose.playwright.yml index 0955cbb..ee1b224 100644 --- a/docker-compose.playwright.yml +++ b/docker-compose.playwright.yml @@ -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: