Skip to content

Commit

Permalink
my never ending fight with github workflows continues
Browse files Browse the repository at this point in the history
  • Loading branch information
SteakFisher committed Jun 14, 2024
1 parent 796a407 commit 1dd621c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: |
touch .env.local
echo TURSO_DB_URL="file:local.db" >> .env.local
cat .env
cat .env.local
- 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 Down

0 comments on commit 1dd621c

Please sign in to comment.