Skip to content

Commit

Permalink
ci: faster!
Browse files Browse the repository at this point in the history
  • Loading branch information
av8ta committed Apr 6, 2024
1 parent d15cea7 commit 851a7a9
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: pnpm build
run: turbo build

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

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

0 comments on commit 851a7a9

Please sign in to comment.