Skip to content

Commit

Permalink
ci: boost now?
Browse files Browse the repository at this point in the history
  • Loading branch information
av8ta committed Apr 6, 2024
1 parent 851a7a9 commit 2371d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
run: pnpm exec playwright install

- name: Build
run: turbo build
run: pnpm turbo run build

- name: Test
run: turbo test
run: pnpm turbo run test

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 2371d87

Please sign in to comment.