Skip to content

Commit c9d0c1c

Browse files
committed
Fix tests
1 parent de9cfb3 commit c9d0c1c

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

.github/workflows/e2e-api-tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
run: pnpm run start:dashboard --log-order=stream &
120120
wait-on: |
121-
http://localhost:8102
121+
http://localhost:8101
122122
tail: true
123123
wait-for: 30s
124124
log-output-if: true
@@ -127,14 +127,16 @@ jobs:
127127
with:
128128
run: pnpm run start:mock-oauth-server --log-order=stream &
129129
wait-on: |
130-
http://localhost:8102
130+
http://localhost:8114
131131
tail: true
132132
wait-for: 30s
133133
log-output-if: true
134134
- name: Start run-email-queue in background
135135
uses: JarvusInnovations/background-action@v1.0.7
136136
with:
137137
run: pnpm -C apps/backend run run-email-queue --log-order=stream &
138+
wait-on: |
139+
http://localhost:8102
138140
tail: true
139141
wait-for: 30s
140142
log-output-if: true

.github/workflows/e2e-custom-base-port-api-tests.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ jobs:
9797

9898
- name: Initialize database
9999
run: pnpm run db:init
100-
100+
101101
- name: Start stack-backend in background
102102
uses: JarvusInnovations/background-action@v1.0.7
103103
with:
104104
run: pnpm run start:backend --log-order=stream &
105105
wait-on: |
106-
http://localhost:6702
106+
http://localhost:8102
107107
tail: true
108108
wait-for: 30s
109109
log-output-if: true
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
run: pnpm run start:dashboard --log-order=stream &
114114
wait-on: |
115-
http://localhost:6702
115+
http://localhost:8101
116116
tail: true
117117
wait-for: 30s
118118
log-output-if: true
@@ -121,14 +121,16 @@ jobs:
121121
with:
122122
run: pnpm run start:mock-oauth-server --log-order=stream &
123123
wait-on: |
124-
http://localhost:6702
124+
http://localhost:8114
125125
tail: true
126126
wait-for: 30s
127127
log-output-if: true
128128
- name: Start run-email-queue in background
129129
uses: JarvusInnovations/background-action@v1.0.7
130130
with:
131131
run: pnpm -C apps/backend run run-email-queue --log-order=stream &
132+
wait-on: |
133+
http://localhost:8102
132134
tail: true
133135
wait-for: 30s
134136
log-output-if: true

.github/workflows/e2e-source-of-truth-api-tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
run: pnpm run start:dashboard --log-order=stream &
120120
wait-on: |
121-
http://localhost:8102
121+
http://localhost:8101
122122
tail: true
123123
wait-for: 30s
124124
log-output-if: true
@@ -127,14 +127,16 @@ jobs:
127127
with:
128128
run: pnpm run start:mock-oauth-server --log-order=stream &
129129
wait-on: |
130-
http://localhost:8102
130+
http://localhost:8114
131131
tail: true
132132
wait-for: 30s
133133
log-output-if: true
134134
- name: Start run-email-queue in background
135135
uses: JarvusInnovations/background-action@v1.0.7
136136
with:
137137
run: pnpm -C apps/backend run run-email-queue --log-order=stream &
138+
wait-on: |
139+
http://localhost:8102
138140
tail: true
139141
wait-for: 30s
140142
log-output-if: true

0 commit comments

Comments
 (0)