Skip to content

Commit

Permalink
Add API_BASE_URL to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Apr 17, 2024
1 parent 3503eaa commit 5f9bbb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
run: pnpm run build
env:
NUXT_PUBLIC_APP_BASE_URL: "http://localhost:3000"
NUXT_PUBLIC_API_BASE_URL: "${{ vars.NUXT_PUBLIC_API_BASE_URL }}"
NUXT_PUBLIC_REDMINE_ID: "${{ vars.SERVICE_ID }}"

- name: Run e2e tests
Expand Down

0 comments on commit 5f9bbb7

Please sign in to comment.