Skip to content

Commit 05cc84e

Browse files
authored
test: correct image name and differentiate test result
1 parent dc0a111 commit 05cc84e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
file: .devcontainer/${{ matrix.flavor }}/Dockerfile
3333
load: true
34-
tags: ${{ github.repository }}-${{ matrix.flavor }}-${{ matrix.runner }}:test
34+
tags: ${{ github.repository }}-${{ matrix.flavor }}:test
3535
cache-from: type=gha,scope=${{ github.repository }}-${{ matrix.flavor }}-${{ matrix.runner }}
3636
- uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3737
if: matrix.flavor == 'cpp'
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run Tests
4444
run: |
4545
set -Eeuo pipefail
46-
docker run --rm --mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock --mount type=bind,src="${{ github.workspace }}/test/${{ matrix.flavor }}",dst=/ws -w /ws ${{ github.repository }}-${{ matrix.flavor }}:test bats --formatter junit integration-tests.bats | tee test-report-${{ matrix.flavor }}.xml
46+
docker run --rm --mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock --mount type=bind,src="${{ github.workspace }}/test/${{ matrix.flavor }}",dst=/ws -w /ws ${{ github.repository }}-${{ matrix.flavor }}:test bats --formatter junit integration-tests.bats | tee test-report-${{ matrix.flavor }}-${{ matrix.runner }}.xml
4747
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4848
if: always()
4949
with:

0 commit comments

Comments
 (0)