Skip to content

Commit

Permalink
Use action to handle testing
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Feb 6, 2025
1 parent 475e38e commit 243e0df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:
path: /tmp/docker-image
- run: docker load --input /tmp/docker-image/docker_image-${{ env.PLATFORM_PAIR }}.tar
- run: docker image ls -a
- run: ./tests.sh "${DOCKER_IMAGE}:${{ env.PLATFORM_PAIR }}"
- uses: WyriHaximus/github-action-testinfra@initial-set-up
with:
image: ${{ env.DOCKER_IMAGE }}:${{ env.PLATFORM_PAIR }}
push-image:
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/main'
name: Push
Expand Down

0 comments on commit 243e0df

Please sign in to comment.