Skip to content

Commit 63f4724

Browse files
committed
.
1 parent b2bd16a commit 63f4724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
- name: create dummy env
13-
run: echo "VITE_BASE_URL=/dc/lineage-builder" > .env
13+
run: touch .env && cat .env.testing >> .env
1414

1515
- name: start test environment
1616
run: docker compose up testapp -d

0 commit comments

Comments
 (0)