We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04196a5 commit 36a1e99Copy full SHA for 36a1e99
.github/workflows/build.yml
@@ -43,6 +43,14 @@ jobs:
43
- name: UI tests
44
run: |
45
docker-compose -f ./docker/docker-compose.yml build --no-cache
46
+ working-directory: ui-tests
47
+
48
+ - name: UI tests
49
+ run: |
50
docker-compose -f ./docker/docker-compose.yml run --rm e2e
51
52
53
54
55
docker-compose -f ./docker/docker-compose.yml down
56
working-directory: ui-tests
0 commit comments