Skip to content

Commit 3f52cb9

Browse files
Fix: Add VITE_API_BASE_URL environment variable to portal frontend CI workflow
1 parent e2606b2 commit 3f52cb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/portal-frontend-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
jobs:
1515
portal-frontend-ci:
1616
runs-on: ubuntu-latest
17+
env:
18+
VITE_API_BASE_URL: http://localhost:8080
1719
defaults:
1820
run:
1921
working-directory: portal/frontend

0 commit comments

Comments
 (0)