mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-08 13:42:34 +05:30
export envs for unittest
This commit is contained in:
parent
f5ec4f6592
commit
8cc7041f3b
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@ -30,6 +30,10 @@ jobs:
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Test Community IDCard Update
|
||||
env:
|
||||
REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
|
||||
REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
|
||||
REDDIT_PASSWORD: ${{ secrets.REDDIT_PASSWORD }}
|
||||
run: |
|
||||
cd idcard_update
|
||||
python -m unittest
|
||||
|
Loading…
Reference in New Issue
Block a user