Skip to content

Commit

Permalink
Add echo command to print TEST_KEY
Browse files Browse the repository at this point in the history
Generated by gpt-3.5-turbo
  • Loading branch information
joone committed Feb 1, 2024
1 parent bd5fdb3 commit a80015d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
TEST_KEY: ${{ secrets.TEST_KEY }}
- run: echo $TEST_KEY
- run: npm ci
- run: npm run build --if-present
- run: npm test -- --grep=Loz.init
- run: OPENAI_API_KEY=$OPENAI_API_KEY npm test -- --grep=Loz.init

0 comments on commit a80015d

Please sign in to comment.