admin: add environment to CI
This commit is contained in:
parent
139280390c
commit
f5abaafb7f
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
environment: test-ethers
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -44,6 +45,8 @@ jobs:
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
|
||||
environment: test-ethers
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -105,6 +108,8 @@ jobs:
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
|
||||
environment: test-ethers
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user