Skip to content

Commit f5abaaf

Browse files
committed
admin: add environment to CI
1 parent 1392803 commit f5abaaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
# runs-on: ubuntu-latest
1313
runs-on: macos-latest
14+
environment: test-ethers
1415

1516
strategy:
1617
fail-fast: false
@@ -44,6 +45,8 @@ jobs:
4445
# runs-on: ubuntu-latest
4546
runs-on: macos-latest
4647

48+
environment: test-ethers
49+
4750
strategy:
4851
fail-fast: false
4952
matrix:
@@ -105,6 +108,8 @@ jobs:
105108
# runs-on: ubuntu-latest
106109
runs-on: macos-latest
107110

111+
environment: test-ethers
112+
108113
continue-on-error: true
109114

110115
steps:

0 commit comments

Comments
 (0)