Skip to content

Commit

Permalink
Add unit test to Apline image for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Sep 26, 2023
1 parent e094491 commit 8d59b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ jobs:
docker exec -t libki-test-server prove /app/t/stdout.t
docker exec -t -e TEST_POD=1 libki-test-server prove /app/t/02pod.t
docker exec -t -e TEST_POD=1 libki-test-server prove /app/t/03podcoverage.t
docker exec -t libki-test-server prove t/controller_API-Client-v1_0.t
publish-docker-io-alpine:
name: Push Alpine image (docker.io)
Expand Down

0 comments on commit 8d59b73

Please sign in to comment.