Skip to content

Commit

Permalink
Test without pre and post steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dottxado committed Jan 22, 2025
1 parent eeb7548 commit 6847f4e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 6847f4e

Please sign in to comment.