Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2-towns committed Oct 11, 2024
1 parent a0596e9 commit b3468b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,15 @@ jobs:
node-version: lts/*

- name: Install dependencies
if: false
run: npm ci

- name: Install Playwright Browsers
if: false
run: npx playwright install --with-deps

- name: Run Playwright tests
if: false
run: npx playwright test

- uses: actions/upload-artifact@v4
if: false
# if: ${{ !cancelled() }}
with:
name: playwright-report
Expand Down

0 comments on commit b3468b5

Please sign in to comment.