Skip to content

Commit

Permalink
Debug CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pjonsson committed Dec 23, 2024
1 parent 4efc683 commit bd4e4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME
- name: Run unit tests
run: docker run --rm -t --user "$(id -u):$(id -g)" $IMAGE_NAME force-unit-testing
run: docker run --rm -t --user "$(id -u):$(id -g)" $IMAGE_NAME "bash -x bin/force-unit-testing"

0 comments on commit bd4e4bb

Please sign in to comment.