Skip to content

Commit

Permalink
chore(ci): download pact plugins during release phase for test
Browse files Browse the repository at this point in the history
pact-matt-plugin not auto downloaded by the pact as it does not exist in the plugin index
  • Loading branch information
YOU54F authored Jun 20, 2024
1 parent 791ed5e commit 51c3c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if [ ! -z "${ONLY_DOWNLOAD_PACT_FOR_WINDOWS:-}" ]; then
fi

FETCH_ASSETS=true ./script/ci/check-release-libs.sh --fetch-assets -t "${NEXT_TAG}"
"$SCRIPT_DIR"/../download-plugins.sh
"$SCRIPT_DIR"/build-and-test.sh

if [[ ${DRY_RUN:-} == 'true' ]]; then
Expand Down

0 comments on commit 51c3c07

Please sign in to comment.