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

Commit

Permalink
cicd: still still testing 4
Browse files Browse the repository at this point in the history
  • Loading branch information
relby committed Feb 2, 2024
1 parent eea43e3 commit a7672a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
build:
name: Continuous Integration
runs-on: ubuntu-latest
env:
ENV_TEST: ${{ secrets.ENV_TEST }}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand All @@ -22,5 +20,5 @@ jobs:
- run: pnpm build
- name: Run tests
run: |
echo $ENV_TEST > .env.test
echo "${{ secrets.ENV_TEST }}" > .env.test
pnpm test -- --forceExit

0 comments on commit a7672a4

Please sign in to comment.