Skip to content

Commit

Permalink
ci: use env.ci update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlu-tw committed Jun 22, 2024
1 parent 9fe8472 commit 82236b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ jobs:

- name: Test unit
if: steps.changed-files.outputs.only_changed != 'true'
run:
pnpm run test
run: pnpm run test
env:
DOTENV_KEY: ${{ secrets.DOTENV_KEY }}

Check warning on line 122 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (DOTENV)

Check warning on line 122 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (DOTENV)

0 comments on commit 82236b4

Please sign in to comment.