Skip to content

Commit d57417f

Browse files
committed
Tests and apps now build and run properly
1 parent fadd44f commit d57417f

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
config: pageLoadTimeout=100000,baseUrl=http://localhost:8089
6666
working-directory: test/
6767

68-
- name: Check if tests failed
69-
if: ${{ failure() }}
70-
uses: mxschmitt/action-tmate@v3
68+
# - name: Check if tests failed
69+
# if: ${{ failure() }}
70+
# uses: mxschmitt/action-tmate@v3
7171

7272
- name: Save artifact
7373
uses: actions/upload-artifact@v4

docker-compose.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,6 @@ services:
7272
timeout: 5s
7373
retries: 3
7474

75-
# test:
76-
# build: ./test
77-
# networks:
78-
# - app-network
79-
# volumes:
80-
# - ./test:/app
81-
# environment:
82-
# - CYPRESS_BASE_URL=http://nginx:80
83-
# depends_on:
84-
# - nginx
85-
# - api
86-
# - frontend
87-
# - backend
88-
8975
networks:
9076
app-network:
9177
driver: bridge

0 commit comments

Comments
 (0)