Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: pass env to frontend ci unit test job
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Aug 2, 2023
1 parent e986e0d commit 50edec9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Run Frontend unit tests
run: npm run frontend:test
env:
VITE_SUBNET_REGISTRATOR_CONTRACT_ADDRESS: ${{ vars.VITE_SUBNET_REGISTRATOR_CONTRACT_ADDRESS }}

unit-backend:
name: Test/Unit/Backend
Expand Down

0 comments on commit 50edec9

Please sign in to comment.