mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-08-02 19:08:51 +01:00
Fix the test cleanup automation to work with recent test changes (#2538)
* Move the environment variable declaration. * Move the env var declaration again
This commit is contained in:
@@ -21,11 +21,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
AZURE_SUBSCRIPTION_ID: ${{ secrets.E2ETESTS_SUBSCRIPTION_ID }}
|
||||
E2ETESTS_RESOURCEGROUP_NAME : ${{ secrets.E2ETESTS_RESOURCEGROUP_NAME }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
env:
|
||||
E2ETESTS_RESOURCEGROUP_NAME : ${{ secrets.E2ETESTS_RESOURCEGROUP_NAME }}
|
||||
|
||||
- name: "Az CLI login"
|
||||
uses: azure/login@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user