From ec72f70357d5ba6099ad31a1d5bc7a1e0906b824 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 18 May 2024 04:16:02 -0400 Subject: [PATCH] fix: use up to date junit formatter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c49fff..f5c1dd4 100644 --- a/Makefile +++ b/Makefile @@ -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 bats-format-junit -e -T -o test-results/bats tests/unit + @$(QUIET) TERM=linux bats --formatter junit -e -T -o test-results/bats tests/unit pre-build: git config --global --add safe.directory $(shell pwd)