Skip to content

Commit

Permalink
merge load env and test into one command
Browse files Browse the repository at this point in the history
  • Loading branch information
yesyash committed Mar 6, 2024
1 parent 663f9a2 commit 9b6adc2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
- name: Install dependencies
run: npm i

- name: Load env
- name: Load env & run tests
run: |
set -a
. ./environments/test.env
set +a
- run: npm run test:ci
npm run test:ci

0 comments on commit 9b6adc2

Please sign in to comment.