Skip to content

Commit

Permalink
Enable trace for self-test
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 12, 2024
1 parent 011ae5b commit fd3bb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Self-test Docker image
run: |
docker run --rm ${{ env.TEST_IMAGE }} test
docker run -e TRACE=1 --rm ${{ env.TEST_IMAGE }} test
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit fd3bb4f

Please sign in to comment.