Skip to content

Commit c8156d4

Browse files
committed
Try another variation
1 parent bfed264 commit c8156d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_docker_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
docker version
7171
docker buildx version
72-
docker compose build
72+
docker buildx bake --load --progress=plain -f docker-compose.yml
7373
7474
- name: Run C++ tests
7575
run: docker run --rm qsim-cxx-tests:latest
@@ -83,4 +83,4 @@ jobs:
8383
- name: Test installation process
8484
run: |
8585
cd install/tests
86-
docker compose build
86+
docker buildx bake --load --progress=plain -f docker-compose.yml

0 commit comments

Comments
 (0)