Skip to content

Commit

Permalink
chore(ci): add ZION_API_BASE as env in the e2e stage
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 18, 2024
1 parent 3c506ef commit 4aa0b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
- run: npm ci
- name: Set env for tests
run: |
echo "ZION_API_BASE=http://localhost:3000" >> "$GITHUB_ENV"
- name: End to End tests
run: npm run test:e2e

0 comments on commit 4aa0b59

Please sign in to comment.