We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b91c7f commit ae087a3Copy full SHA for ae087a3
1 file changed
.github/workflows/test.yaml
@@ -89,7 +89,11 @@ jobs:
89
pip install .[test]
90
91
- name: Run Functional Tests
92
+ env:
93
+ APE_SAFE_GATEWAY_API_KEY: ${{ secrets.APE_SAFE_GATEWAY_API_KEY }}
94
run: ape test -n 0 tests/functional/ -s --cov -v WARNING
95
96
- name: Run Integration Tests
97
98
99
run: ape test -n 0 tests/integration/ -s --cov -v WARNING
0 commit comments