Skip to content

Commit

Permalink
update test env
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc committed Jul 12, 2024
1 parent 32abff9 commit c41d257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_mocked_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
env:
SNAKEMAKE_AZURE_BATCH_ACCOUNT_URL: "${{ secrets.SNAKEMAKE_AZURE_BATCH_ACCOUNT_URL }}"
SNAKEMAKE_AZURE_BATCH_ACCOUNT_KEY: "${{ secrets.SNAKEMAKE_AZURE_BATCH_ACCOUNT_KEY }}"
SNAKEMAKE_AZURE_BATCH_SUBSCRIPTION_ID: "${{ secrets.SNAKEMAKE_AZURE_BATCH_SUBSCRIPTION_ID }}"
SNAKEMAKE_AZURE_BATCH_RESOURCE_GROUP_NAME: "${{ secrets.SNAKEMAKE_AZURE_BATCH_RESOURCE_GROUP_NAME }}"
run: poetry run coverage run -m pytest tests/tests_mocked_api.py

- name: Run Coverage
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_true_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
env:
SNAKEMAKE_AZURE_BATCH_ACCOUNT_URL: "${{ secrets.SNAKEMAKE_AZURE_BATCH_ACCOUNT_URL }}"
SNAKEMAKE_AZURE_BATCH_ACCOUNT_KEY: "${{ secrets.SNAKEMAKE_AZURE_BATCH_ACCOUNT_KEY }}"
SNAKEMAKE_AZURE_BATCH_SUBSCRIPTION_ID: "${{ secrets.SNAKEMAKE_AZURE_BATCH_SUBSCRIPTION_ID }}"
SNAKEMAKE_AZURE_BATCH_RESOURCE_GROUP_NAME: "${{ secrets.SNAKEMAKE_AZURE_BATCH_RESOURCE_GROUP_NAME }}"
run:
poetry run pytest tests/tests_true_api.py -v

0 comments on commit c41d257

Please sign in to comment.