Skip to content

Commit

Permalink
ci: bring back tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Sep 13, 2024
1 parent 7defa3d commit a0cb5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: ~/.npm
key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}
restore-keys: v1-npm-deps-
- run: npx --package @rollup/rollup-linux-x64-gnu --package playwright playwright install --with-deps webkit
- run: npx -y playwright install --with-deps webkit
- run: npm install
- run: npm run lint
- run: npm run test:ci
Expand Down

0 comments on commit a0cb5c6

Please sign in to comment.