From b54e6e2f7687c3f44487975c01c6f369e99413fa Mon Sep 17 00:00:00 2001 From: YanaXu Date: Thu, 1 Jun 2023 19:22:29 +0800 Subject: [PATCH] use another env --- .github/workflows/azure-login-negative.yml | 6 +++--- .github/workflows/azure-login-positive.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/azure-login-negative.yml b/.github/workflows/azure-login-negative.yml index 42e2e3bc..e9c4435a 100644 --- a/.github/workflows/azure-login-negative.yml +++ b/.github/workflows/azure-login-negative.yml @@ -11,7 +11,7 @@ jobs: OSTest: runs-on: macos-latest - environment: Automation test + environment: autotest steps: - name: 'Checking out repo code' @@ -122,7 +122,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} - environment: Automation test + environment: autotest steps: @@ -186,7 +186,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} - environment: Automation test + environment: autotest steps: - name: 'Checking out repo code' diff --git a/.github/workflows/azure-login-positive.yml b/.github/workflows/azure-login-positive.yml index a2a1b04d..54885226 100644 --- a/.github/workflows/azure-login-positive.yml +++ b/.github/workflows/azure-login-positive.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, self_linux, self_windows] runs-on: ${{ matrix.os }} - environment: Automation test + environment: autotest steps: - name: 'Checking out repo code' @@ -80,7 +80,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} - environment: Automation test + environment: autotest steps: - name: 'Checking out repo code'