-
Notifications
You must be signed in to change notification settings - Fork 0
59 lines (47 loc) · 1.24 KB
/
e2e-testserver.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: E2E Test for TestServer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up testserver
run: |
cd testserver
make re
- name: Check the 8081
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8081
- name: Check the 8082
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8082
- name: Check the 8083
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8083
- name: Check the 8085
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8085
- name: Check the 8086
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8086
- name: Check the 8087
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8087
- name: Check the 8088
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8088
- name: Check the 8089
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8089