Skip to content

Commit cb099b2

Browse files
use correct httpbin image
1 parent 537fdcc commit cb099b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,9 @@ jobs:
261261
timeout: 5s
262262
retries: 12
263263
httpbin:
264-
image: mccutchen/go-httpbin:v2.15.0
265-
command: ["-port", "8081"]
264+
image: ghcr.io/orkes-io/test-utils/httpbin:latest
265+
expose:
266+
- "8081"
266267
EOF
267268
- name: Start Conductor OSS stack
268269
run: docker compose -f docker-compose-oss.yaml up -d

0 commit comments

Comments
 (0)