mirror of
https://github.com/azure/login.git
synced 2026-06-08 21:17:07 +00:00
use another env
This commit is contained in:
parent
2da0d5b800
commit
b54e6e2f76
2 changed files with 5 additions and 5 deletions
6
.github/workflows/azure-login-negative.yml
vendored
6
.github/workflows/azure-login-negative.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
4
.github/workflows/azure-login-positive.yml
vendored
4
.github/workflows/azure-login-positive.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue