Skip to content

Commit

Permalink
Merge branch 'master' into updatecli_8144615e9545986f63d902d437df96de…
Browse files Browse the repository at this point in the history
…ffd3a3f248ce19810476d3724d703a0b
  • Loading branch information
dduportal authored Oct 30, 2023
2 parents 78a1c3b + 1649bfe commit a96fff0
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 @@ -81,7 +81,7 @@ test-%: prepare-test
set -x
IMAGE=$* bats/bin/bats $(bats_flags) | tee target/results-$*.tap
# convert TAP to JUNIT
docker run --rm -v "$(CURDIR)":/usr/src/app -w /usr/src/app node:18.18.0-alpine3.18 \
docker run --rm -v "$(CURDIR)":/usr/src/app -w /usr/src/app node:21.1.0-alpine3.18 \
sh -c "npm install -g [email protected] && npm install tap-xunit -g && cat target/results-$*.tap | tap-xunit --package='jenkinsci.docker.$*' > target/junit-results-$*.xml"

test: prepare-test
Expand Down

0 comments on commit a96fff0

Please sign in to comment.