From 6847f4edc498a17e7a81e4ba4306ef1ce6cb5ac4 Mon Sep 17 00:00:00 2001 From: Erika Gili Date: Wed, 22 Jan 2025 13:11:54 +0100 Subject: [PATCH] Test without pre and post steps --- .github/workflows/test-playwright.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test-playwright.yml b/.github/workflows/test-playwright.yml index e720b5b8..bfb1cf17 100644 --- a/.github/workflows/test-playwright.yml +++ b/.github/workflows/test-playwright.yml @@ -131,10 +131,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Run script for test preparation - run: | - npm run preci-test:${{ inputs.SCRIPT_NAME }} || echo "No preparation script executed" - - name: Install Playwright dependencies run: | npx playwright install ${{ inputs.PLAYWRIGHT_BROWSER_ARGS }} @@ -144,10 +140,6 @@ jobs: run: | npm run ci-test:${{ inputs.SCRIPT_NAME }} - - name: Run script after test - run: | - npm run postci-test:${{ inputs.SCRIPT_NAME }} || echo "No post script executed" - - name: Upload artifact uses: actions/upload-artifact@v4 with: