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 7253a7f commit 34ab9b7Copy full SHA for 34ab9b7
.github/workflows/ci.yml
@@ -25,8 +25,8 @@ jobs:
25
pipenv install -e .
26
- name: Test with pytest
27
env: # Add necessary api keys as env variables.
28
- ATD_API_KEY: ${{ secrets.JUDGE0_ATD_API_KEY }}
29
- RAPID_API_KEY: ${{ secrets.JUDGE0_RAPID_API_KEY }}
30
- SULU_API_KEY: ${{ secrets.JUDGE0_SULU_API_KEY }}
+ JUDGE0_ATD_API_KEY: ${{ secrets.JUDGE0_ATD_API_KEY }}
+ JUDGE0_RAPID_API_KEY: ${{ secrets.JUDGE0_RAPID_API_KEY }}
+ JUDGE0_SULU_API_KEY: ${{ secrets.JUDGE0_SULU_API_KEY }}
31
run: |
32
pipenv run pytest -vv
0 commit comments