Skip to content

Commit 36a1e99

Browse files
martinRenoufcollonval
authored andcommitted
Test
1 parent 04196a5 commit 36a1e99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
- name: UI tests
4444
run: |
4545
docker-compose -f ./docker/docker-compose.yml build --no-cache
46+
working-directory: ui-tests
47+
48+
- name: UI tests
49+
run: |
4650
docker-compose -f ./docker/docker-compose.yml run --rm e2e
51+
working-directory: ui-tests
52+
53+
- name: UI tests
54+
run: |
4755
docker-compose -f ./docker/docker-compose.yml down
4856
working-directory: ui-tests

0 commit comments

Comments
 (0)