Skip to content

Commit 46dfe56

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
python -m pip install --upgrade pip
8989
pip install .[test]
9090
91+
- name: Inject env
92+
run: echo "APE_SAFE_GATEWAY_API_KEY=${{ secrets.APE_SAFE_GATEWAY_API_KEY }}" >> "$GITHUB_ENV"
93+
9194
- name: Run Functional Tests
9295
run: ape test -n 0 tests/functional/ -s --cov -v WARNING
9396

0 commit comments

Comments
 (0)