Skip to content

Commit e9bac9f

Browse files
fix run tests part
1 parent 0ef026c commit e9bac9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
5353
- name: Pull image
5454
run: |
55-
docker pull ghcr.io/${{ github.repository }}:${{ github.sha }}
55+
docker pull ${{ needs.build.outputs.image_tag }}
5656
5757
- name: Run tests
5858
run: |
59-
docker run --rm ghcr.io/${{ github.repository }}:${{ github.sha }} \
59+
docker run --rm ${{ needs.build.outputs.image_tag }} \
6060
ctest --output-on-failure
6161

0 commit comments

Comments
 (0)