This commit is contained in:
parent
642ca7259c
commit
f80812d953
@ -17,13 +17,12 @@ jobs:
|
|||||||
- name: Prep Python Environment
|
- name: Prep Python Environment
|
||||||
run:
|
run:
|
||||||
python -m pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
touch .env.gw
|
&& touch .env.gw
|
||||||
touch .env.qa
|
&& touch .env.qa
|
||||||
- name: Run Open Api Tests
|
- name: Run Open Api Tests
|
||||||
run:
|
run:
|
||||||
echo "API_URL=${{ vars.GAMMA_WORLD_API_URL }}" >> .env.gw
|
echo "API_URL=${{ vars.GAMMA_WORLD_API_URL }}" >> .env.gw
|
||||||
&& pytest -rA --durations=0 --color=auto --config-file=./pytest.ini -m rules
|
&& pytest -rA --durations=0 --color=auto --config-file=./pytest.ini -m rules
|
||||||
&& rm .env.gw
|
|
||||||
- name: Run Oauth2 Api Tests
|
- name: Run Oauth2 Api Tests
|
||||||
run:
|
run:
|
||||||
echo "API_URL=${{ secrets.EDD_API_URL }}" >> .env.qa
|
echo "API_URL=${{ secrets.EDD_API_URL }}" >> .env.qa
|
||||||
@ -35,5 +34,4 @@ jobs:
|
|||||||
&& echo "AUDIENCE=${{ secrets.EDD_AUDIENCE }}" >> .env.qa
|
&& echo "AUDIENCE=${{ secrets.EDD_AUDIENCE }}" >> .env.qa
|
||||||
&& echo "SCOPES=${{ secrets.EDD_SCOPES }}" >> .env.qa
|
&& echo "SCOPES=${{ secrets.EDD_SCOPES }}" >> .env.qa
|
||||||
&& pytest -rA --durations=0 --color=auto --config-file=./pytest.ini -m get
|
&& pytest -rA --durations=0 --color=auto --config-file=./pytest.ini -m get
|
||||||
&& rm .env.qa
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user