diff --git a/.github/workflows/test_azure_integration.yaml b/.github/workflows/test_azure_integration.yaml index 0d3c8bd435..5adc5153a0 100644 --- a/.github/workflows/test_azure_integration.yaml +++ b/.github/workflows/test_azure_integration.yaml @@ -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 }}"