Skip to content

Commit b30c9c9

Browse files
committed
Fix CI/CD
1 parent eb9a13c commit b30c9c9

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/build-monitoring.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- name: Get Docker Images
28-
shell: bash
29-
run: |
30-
docker pull gcr.io/distroless/java17
31-
32-
- name: Set up JDK
33-
uses: actions/setup-java@v4
34-
with:
35-
java-version: '17'
36-
distribution: 'zulu'
37-
3827
- name: Cache Go Modules
3928
uses: actions/cache@v4
4029
with:
@@ -63,9 +52,10 @@ jobs:
6352
cohctl init monitoring -y
6453
cohctl start monitoring
6554
sleep 30
66-
cohctl get monitoring
55+
docker ps
6756
netstat -an | grep 9090
6857
netstat -an | grep 3000
58+
cohctl get monitoring
6959
curl -s http://127.0.0.1:9090/-/healthy
7060
curl -s http://127.0.0.1:3000/api/health
7161
cohctl stop monitoring

0 commit comments

Comments
 (0)