Skip to content

Commit 148edb3

Browse files
committed
Warm docker compose images in CI
1 parent e580c97 commit 148edb3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@ jobs:
3232
working-directory: tests/js_client
3333
run: bun install
3434

35+
- name: Verify Docker Compose
36+
run: docker compose version
37+
38+
- name: Pre-build fake pipeline image
39+
run: docker compose build fake-pipeline
40+
3541
- name: Run tests
3642
run: cargo test --all --locked

0 commit comments

Comments
 (0)