Skip to content

Commit

Permalink
Merge pull request #273 from jenkinsci/updatecli_414b8226a3539d51601d…
Browse files Browse the repository at this point in the history
…55892c81fde91accc6dcd6d3ecc3f788d210cbc86c16

Bump npm version to 9.8.0
  • Loading branch information
dduportal authored Jul 10, 2023
2 parents 004beae + 92519a0 commit e73c5f3
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 @@ -82,7 +82,7 @@ test-%: prepare-test
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.16.1-alpine3.18 \
sh -c "npm install -g npm@9.7.2 && npm install tap-xunit -g && cat target/results-$*.tap | tap-xunit --package='jenkinsci.docker.$*' > target/junit-results-$*.xml"
sh -c "npm install -g npm@9.8.0 && npm install tap-xunit -g && cat target/results-$*.tap | tap-xunit --package='jenkinsci.docker.$*' > target/junit-results-$*.xml"

test: prepare-test
@make --silent list | while read image; do make --silent "test-$${image}"; done

0 comments on commit e73c5f3

Please sign in to comment.