Skip to content

Commit db19217

Browse files
committed
Added environment to CI. Fixes #8
1 parent 52df597 commit db19217

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3030
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3131
- name: Test with pytest
32+
env:
33+
MEORG_BASE_URL: ${{ secrets.MEORG_BASE_URL }}
34+
MEORG_EMAIL: ${{ secrets.MEORG_EMAIL }}
35+
MEORG_PASSWORD: ${{ secrets.MEORG_PASSWORD }}
36+
MEORG_MODEL_OUTPUT_ID: ${{ secrets.MEORG_MODEL_OUTPUT_ID }}
3237
run: |
3338
conda install pytest
3439
pytest -v

0 commit comments

Comments
 (0)