Skip to content

Commit

Permalink
fix: env format
Browse files Browse the repository at this point in the history
  • Loading branch information
badurinantun committed Jun 14, 2022
1 parent 2f4d22c commit 665ab0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: TEST_ACCOUNT_PRIVATE_KEY=$PRIVATE_KEY npm test
- run: npm test
env:
PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY }}
TEST_ACCOUNT_PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
node-version: lts/*
- run: npm ci
- run: npm run build --if-present
- run: TEST_ACCOUNT_PRIVATE_KEY=$PRIVATE_KEY npm test
- run: npm test
env:
PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY }}
TEST_ACCOUNT_PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY }}
- uses: actions/upload-artifact@v2
with:
name: build
Expand Down

0 comments on commit 665ab0b

Please sign in to comment.