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

Commit

Permalink
cicd: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
relby committed Feb 2, 2024
1 parent cd43f79 commit 5682950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: echo $ENV_TEST > .env.test && ls -al && cat .env.test && pnpm test -- --forceExit
- run: echo $ENV_TEST > .env.test && cat .env.test && pnpm test -- --forceExit

0 comments on commit 5682950

Please sign in to comment.