Skip to content

Commit

Permalink
ci: ignore test for now and add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrad77 committed Nov 1, 2024
1 parent 4b4d690 commit b526042
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
with:
fetch-depth: 2

- name: Cache turbo build setup
uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- uses: pnpm/action-setup@v3
with:
version: 8
Expand All @@ -38,5 +46,5 @@ jobs:
- name: Build
run: pnpm build

- name: Test
run: pnpm test
# - name: Test
# run: pnpm test

0 comments on commit b526042

Please sign in to comment.