Skip to content

Commit

Permalink
Try reporting not only direct dependencies to check the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomartinezbernardo committed Mar 21, 2024
1 parent 7462df1 commit 4653924
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 @@ -977,7 +977,7 @@ define run_composer_with_retry
done \

mkdir -p /tmp/artifacts
$(COMPOSER) --working-dir=$1 show -f json -D | grep -o '"name": "[^"]*\|"version": "[^"]*' | paste -d';' - - | sed 's/"name": //; s/"version": //' | tr -d '"' >> "/tmp/artifacts/web_versions.csv"
$(COMPOSER) --working-dir=$1 show -f json | grep -o '"name": "[^"]*\|"version": "[^"]*' | paste -d';' - - | sed 's/"name": //; s/"version": //' | tr -d '"' >> "/tmp/artifacts/web_versions.csv"
endef

define run_tests_without_coverage
Expand Down

0 comments on commit 4653924

Please sign in to comment.