Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jan 25, 2024
1 parent 5f76657 commit d80e107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: [ build ]
env:
RUNNER: github
NODE_ENV: dev
NODE_ENV: test
steps:
- name: Github checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
needs: [ build ]
env:
RUNNER: github
NODE_ENV: dev
NODE_ENV: test
steps:
- name: Github checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d80e107

Please sign in to comment.