Skip to content

Commit b99bfda

Browse files
committed
fix: fix a minor issue
1 parent b1d95a3 commit b99bfda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
pip install -e .
2929
3030
- name: Run tests
31+
env:
32+
WATERCRAWL_API_KEY: ${{ secrets.WATERCRAWL_API_KEY }}
3133
run: |
3234
pytest src/watercrawl/tests.py

0 commit comments

Comments
 (0)