Skip to content

Commit 30a6be4

Browse files
committed
Use action to handle testing
1 parent d8d0db1 commit 30a6be4

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
@@ -104,7 +104,9 @@ jobs:
104104
path: /tmp/docker-image
105105
- run: docker load --input /tmp/docker-image/docker_image-${{ env.PLATFORM_PAIR }}.tar
106106
- run: docker image ls -a
107-
- run: ./tests.sh "${DOCKER_IMAGE}:${{ env.PLATFORM_PAIR }}"
107+
- uses: WyriHaximus/github-action-testinfra@initial-set-up
108+
with:
109+
image: ${{ env.DOCKER_IMAGE }}:${{ env.PLATFORM_PAIR }}
108110
push-image:
109111
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/main'
110112
name: Push

0 commit comments

Comments
 (0)