Skip to content
Snippets Groups Projects
Commit 6fdd5681 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix github tests

parent c2c6ae90
No related branches found
No related tags found
No related merge requests found
......@@ -22,15 +22,7 @@ jobs:
run: |
cd deploy
npm i
- name: test no env
- name: test
run: |
cd deploy
npm run testNoEnv
- name: test with env
env:
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
HBP_CLIENTID: ${{ secrets.HBP_CLIENTID }}
HBP_CLIENTSECRET: ${{ secrets.HBP_CLIENTSECRET }}
run: |
cd deploy
npm run testEnv
npm run test
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment