Skip to content

Commit

Permalink
fix: update bats flags
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored May 18, 2024
1 parent ec72f70 commit 8cced29
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 @@ -145,7 +145,7 @@ lint: shellcheck bats
unit-tests: /usr/local/bin/dokku-update
@echo running unit tests...
@mkdir -p test-results/bats
@$(QUIET) TERM=linux bats --formatter junit -e -T -o test-results/bats tests/unit
@$(QUIET) TERM=linux bats --report-formatter junit --timing -o test-results/bats tests/unit

pre-build:
git config --global --add safe.directory $(shell pwd)
Expand Down

0 comments on commit 8cced29

Please sign in to comment.