Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
cicd: still testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
relby committed Feb 2, 2024
1 parent 548b5fa commit dd3fba3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 20.10.0
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: echo $ENV_TEST > .env.test
- run: pnpm test -- --forceExit
- run: |
pnpm install --frozen-lockfile
pnpm build
echo $ENV_TEST > .env.test && pnpm test -- --forceExit

0 comments on commit dd3fba3

Please sign in to comment.