Skip to content

Commit ae087a3

Browse files
committed
fix(CI): run w/ API key
1 parent 0b91c7f commit ae087a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@ jobs:
8989
pip install .[test]
9090
9191
- name: Run Functional Tests
92+
env:
93+
APE_SAFE_GATEWAY_API_KEY: ${{ secrets.APE_SAFE_GATEWAY_API_KEY }}
9294
run: ape test -n 0 tests/functional/ -s --cov -v WARNING
9395

9496
- name: Run Integration Tests
97+
env:
98+
APE_SAFE_GATEWAY_API_KEY: ${{ secrets.APE_SAFE_GATEWAY_API_KEY }}
9599
run: ape test -n 0 tests/integration/ -s --cov -v WARNING

0 commit comments

Comments
 (0)