Skip to content

Commit edca146

Browse files
committed
don't run tests while building docker images
The reusable action doesn't support testing via docker compose, and running the tests using just the test target on its own won't work.
1 parent ae5bac3 commit edca146

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
docker_hub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
3434
ghcr_username: ${{ github.repository_owner }}
3535
ghcr_password: ${{ secrets.GITHUB_TOKEN }}
36-
test-target: test
3736
- name: Update deployed image
3837
if: steps.find-tag-names.outputs.latest
3938
uses: metacpan/metacpan-actions/update-deployed-tag@master

0 commit comments

Comments
 (0)