Skip to content

Commit b6a2244

Browse files
committed
Ensure env files available on CI ui tests
1 parent 32a2a57 commit b6a2244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
uses: actions/checkout@v5
8888
- name: "Run UI test"
8989
run: |
90+
cp .env.example .env
9091
make test-ui
9192
- name: "Save result"
9293
run: |

0 commit comments

Comments
 (0)