File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 set -exu;
7171 for testFile in ${{ join(matrix.test-files, ' ') }};
7272 do
73- docker compose -f ./tests/docker-compose.test-${testFile}.yml \
74- up --exit-code-from=sut --abort-on-container-exit
73+ docker compose -f ./tests/docker-compose.test-${testFile}.yml down -v
74+ docker compose -f ./tests/docker-compose.test-${testFile}.yml up --exit-code-from=sut --abort-on-container-exit
7575 done
7676
7777 - name : Build nonroot image for "${{ matrix.variant }}"
9191 set -exu;
9292 for testFile in ${{ join(matrix.test-files, ' ') }};
9393 do
94- docker compose -f ./tests/docker-compose.test-${testFile}.yml \
95- up --exit-code-from=sut --abort-on-container-exit
94+ docker compose -f ./tests/docker-compose.test-${testFile}.yml down -v
95+ docker compose -f ./tests/docker-compose.test-${testFile}.yml up --exit-code-from=sut --abort-on-container-exit
9696 done
You can’t perform that action at this time.
0 commit comments