File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}\n sleep 5\n docker logs test\n ./ci/tests/api-functionality/api_test.sh\n sleep 2\n docker 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 }}\n sleep 5\n docker logs test\n ./ci/tests/api-functionality/api_test.sh\n sleep 2\n docker stop test || true \n "
575575 release-tests :
576576 needs :
577577 - goreleaser
You can’t perform that action at this time.
0 commit comments