Skip to content

Commit ad2bea4

Browse files
debug upgrade tests fix docker logs, remove --rm
1 parent cd90873 commit ad2bea4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510
load: true
511511
- name: Test the built container image with api functionality test.
512512
run: |
513-
docker run -d -p8080:8080 --name=test --platform linux/${{ matrix.arch }} --network ${{ job.container.network }} --rm test-${{ matrix.distro }}-${{ matrix.arch }}
513+
docker run -d -p8080:8080 --name=test --platform linux/${{ matrix.arch }} --network ${{ job.container.network }} test-${{ matrix.distro }}-${{ matrix.arch }}
514514
docker logs test
515515
sleep 2
516516
./ci/tests/api-functionality/api_test.sh
@@ -571,7 +571,7 @@ jobs:
571571
tags: test-${{ matrix.distro }}-${{ matrix.arch }}
572572
load: true
573573
- name: Test the built container image with api functionality test.
574-
run: "docker run -d -p8080:8080 --name=test --platform linux/${{ matrix.arch }} --network ${{ job.container.network }} --rm test-${{ matrix.distro }}-${{ matrix.arch }}\nsleep 5\ndocker logs test\n./ci/tests/api-functionality/api_test.sh\nsleep 2\ndocker stop test || true \n"
574+
run: "docker run -d -p8080:8080 --name=test --platform linux/${{ matrix.arch }} --network ${{ job.container.network }} test-${{ matrix.distro }}-${{ matrix.arch }}\nsleep 5\ndocker logs test\n./ci/tests/api-functionality/api_test.sh\nsleep 2\ndocker stop test || true \n"
575575
release-tests:
576576
needs:
577577
- goreleaser

0 commit comments

Comments
 (0)