Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Dec 2, 2024
1 parent 8c4cb30 commit 7fab1ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ concurrency:

env:
SUBSCAN_KEY: ${{ secrets.SUBSCAN_KEY }}
NETWORK_ADDRESSES: "https://rpc.vara.network"

jobs:
test:
Expand All @@ -29,6 +28,9 @@ jobs:
run: yarn install

- name: "Run server"
env:
SUBSCAN_KEY: ${{ secrets.SUBSCAN_KEY }}
NETWORK_ADDRESSES: "https://rpc.vara.network"
run: yarn start

- name: "Run tests"
Expand Down

0 comments on commit 7fab1ca

Please sign in to comment.