Skip to content

Commit

Permalink
ci: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
zarifpour committed Dec 4, 2023
1 parent b3a9720 commit 4cf08e6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ on:
branches: [dev, master, main, wrapped-assets]
workflow_dispatch:

env:
MAINNET_NODE: ${{ secrets.MAINNET_NODE }}
GOERLI_NODE: ${{ secrets.GOERLI_NODE }}
POLYGON_NODE: ${{ secrets.POLYGON_NODE }}

jobs:
build:
coverage:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0

- name: Setup NodeJS 18
uses: actions/setup-node@v2
Expand All @@ -22,9 +30,6 @@ jobs:
- name: Show NodeJS version
run: npm --version

- name: Checkout submodules
run: git submodule update --init --recursive

- name: Install Project Dependencies
run: npm install

Expand Down

0 comments on commit 4cf08e6

Please sign in to comment.