Skip to content

Commit

Permalink
workflow - playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
ovx committed Mar 8, 2024
1 parent 96195a9 commit 338ea9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
bun-version: 20.x
node-version: 20.x
- run: npm install
- run: npm run test
- run: npm run test:e2e
- run: npx playwright install --with-deps
- run: npx playwright test

0 comments on commit 338ea9c

Please sign in to comment.