Skip to content

Commit

Permalink
idek where to put cache atp
Browse files Browse the repository at this point in the history
  • Loading branch information
SteakFisher committed Jun 14, 2024
1 parent 6ad43e4 commit a82f65c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
echo TURSO_DB_URL="file:local.db" >> .env.local
cat .env.local
- name: Install dependencies
run: npm install

- uses: actions/cache@v4
with:
# See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples.md#node---yarn or you can leverage caching with actions/setup-node https://github.com/actions/setup-node
Expand All @@ -49,8 +52,5 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- name: Install dependencies
run: npm install

- name: Build
run: npm run build

0 comments on commit a82f65c

Please sign in to comment.