Skip to content

Commit

Permalink
Remove uploading of test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 8, 2024
1 parent 131f1e7 commit b50b91f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npx playwright install --with-deps
- run: npm test update
- uses: actions/upload-artifact@v4
with:
name: fixtures node ${{ matrix.node-version }}
path: fixtures/
if: always()
- run: npm test
- uses: codecov/codecov-action@v4
if: ${{ matrix.node-version == 22 }}

Expand Down

0 comments on commit b50b91f

Please sign in to comment.