Skip to content

Commit

Permalink
delete extra rg
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed May 30, 2024
1 parent aa3061f commit 587cdfb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_azure_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ jobs:

- name: Integration Tests
run: |
pytest --version
pytest tests/tests_integration/ -vvv -s --cloud azure
az group delete --name pytestazurekoxrl-dev-state --yes --no-wait
az group delete --name pytestazurekoxrl-dev --yes --no-wait
az group delete --name pytestazurekoxrl-dev-node-resource-group --yes --no-wait
# pytest --version
# pytest tests/tests_integration/ -vvv -s --cloud azure
env:
NEBARI_SECRET__default_images__jupyterhub: "quay.io/nebari/nebari-jupyterhub:${{ env.NEBARI_IMAGE_TAG }}"
NEBARI_SECRET__default_images__jupyterlab: "quay.io/nebari/nebari-jupyterlab:${{ env.NEBARI_IMAGE_TAG }}"
Expand Down

0 comments on commit 587cdfb

Please sign in to comment.