Skip to content

Commit bd4e4bb

Browse files
committed
Debug CI failure
1 parent 4efc683 commit bd4e4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Build image
2222
run: docker build . --file Dockerfile --tag $IMAGE_NAME
2323
- name: Run unit tests
24-
run: docker run --rm -t --user "$(id -u):$(id -g)" $IMAGE_NAME force-unit-testing
24+
run: docker run --rm -t --user "$(id -u):$(id -g)" $IMAGE_NAME "bash -x bin/force-unit-testing"

0 commit comments

Comments
 (0)