Skip to content

Commit

Permalink
ci: fix failing steps to support skeleton setup
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Jan 16, 2024
1 parent 4ed2b22 commit dfc274f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-22.04
env:
NODE_OPTIONS: --max-old-space-size=4096
continue-on-error: true
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:

- name: Export deployments
run: |
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbtestnet opbnbmainnet; do
for NETWORK in bsctestnet bscmainnet ethereum sepolia; do
EXPORT=true yarn hardhat export --network ${NETWORK} --export ./deployments/${NETWORK}.json
jq -M '{name, chainId, addresses: .contracts | map_values(.address)}' ./deployments/${NETWORK}.json > ./deployments/${NETWORK}_addresses.json
done
Expand Down

0 comments on commit dfc274f

Please sign in to comment.