Skip to content

Commit

Permalink
add direnv step to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Dec 21, 2024
1 parent cc745a6 commit a64f38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ jobs:
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18 || >=20 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^9.0.4, run_install: true } }
- { name: direnv action, uses: HatsuneMiku3939/direnv-action@v1 }
- run: scripts/test.sh

0 comments on commit a64f38c

Please sign in to comment.