We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bd16a commit 63f4724Copy full SHA for 63f4724
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
12
- name: create dummy env
13
- run: echo "VITE_BASE_URL=/dc/lineage-builder" > .env
+ run: touch .env && cat .env.testing >> .env
14
15
- name: start test environment
16
run: docker compose up testapp -d
0 commit comments