admin: add environment to CI

This commit is contained in:
Richard Moore 2022-10-18 23:24:24 -04:00
parent 139280390c
commit f5abaafb7f

@ -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: