Skip to content

Commit

Permalink
fixup! 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 19, 2024
1 parent 29c3a27 commit 31e9f91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ 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 31e9f91

Please sign in to comment.