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 46dfe56Copy full SHA for 46dfe56
1 file changed
.github/workflows/test.yaml
@@ -88,6 +88,9 @@ jobs:
88
python -m pip install --upgrade pip
89
pip install .[test]
90
91
+ - name: Inject env
92
+ run: echo "APE_SAFE_GATEWAY_API_KEY=${{ secrets.APE_SAFE_GATEWAY_API_KEY }}" >> "$GITHUB_ENV"
93
+
94
- name: Run Functional Tests
95
run: ape test -n 0 tests/functional/ -s --cov -v WARNING
96
0 commit comments