Skip to content

Commit 2389919

Browse files
committed
Use action to handle testing
1 parent 475e38e commit 2389919

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
path: /tmp/docker-image
109109
- run: docker load --input /tmp/docker-image/docker_image-${{ env.PLATFORM_PAIR }}.tar
110110
- run: docker image ls -a
111-
- run: ./tests.sh "${DOCKER_IMAGE}:${{ env.PLATFORM_PAIR }}"
111+
- uses: WyriHaximus/github-action-testinfra@initial-set-up
112+
with:
113+
image: ${{ env.DOCKER_IMAGE }}:${{ env.PLATFORM_PAIR }}
112114
push-image:
113115
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/main'
114116
name: Push

0 commit comments

Comments
 (0)