Skip to content

Commit a67db46

Browse files
committed
Add env vars.
1 parent 79a4607 commit a67db46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
run: npm run build
3737

3838
- name: Run Tests
39+
env:
40+
API_USER: ${{ secrets.METACALL_API_USER }}
41+
API_PASSWORD: ${{ secrets.METACALL_API_PASSWORD }}
3942
run: npm run test
4043

4144
faas:

0 commit comments

Comments
 (0)