Skip to content

Commit

Permalink
admin: add environment to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Oct 19, 2022
1 parent 1392803 commit f5abaaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -11,6 +11,7 @@ jobs:

# runs-on: ubuntu-latest
runs-on: macos-latest
environment: test-ethers

strategy:
fail-fast: false
Expand Down Expand Up @@ -44,6 +45,8 @@ jobs:
# runs-on: ubuntu-latest
runs-on: macos-latest

environment: test-ethers

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -105,6 +108,8 @@ jobs:
# runs-on: ubuntu-latest
runs-on: macos-latest

environment: test-ethers

continue-on-error: true

steps:
Expand Down

0 comments on commit f5abaaf

Please sign in to comment.