Skip to content

Commit

Permalink
WIP for sbr, require user root :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr72 committed Nov 8, 2024
1 parent cbfc96e commit fb39313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ acceptance-tests-up: build .env

.PHONY: acceptance-tests-run
acceptance-tests-run: .env
docker compose exec -T tests gradle \
docker compose exec -u 0 -T tests gradle --stacktrace \
--exclude-task=:core:spotbugsMain --exclude-task=:core:checkstyleMain \
--exclude-task=:core:spotbugsTest --exclude-task=:core:checkstyleTest --exclude-task=:core:testCLI \
:examples:integrationTest
Expand Down

0 comments on commit fb39313

Please sign in to comment.