Skip to content

Commit

Permalink
build: Fix smoketest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 20, 2022
1 parent 751ddef commit f396589
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,9 @@ jobs:
ant jreleaser-announce -DoutputDir=build -Djreleaser.dry.run=true
echo "::endgroup::"
echo "::group::➡️ init"
ant init -Djreleaser.format=yml
ant init -Djreleaser.format=toml
ant init -Djreleaser.format=json
ant jreleaser-init -Djreleaser.format=yml
ant jreleaser-init -Djreleaser.format=toml
ant jreleaser-init -Djreleaser.format=json
echo "::endgroup::"
env:
JRELEASER_OUTPUT_DIRECTORY: out
Expand Down Expand Up @@ -883,9 +883,9 @@ jobs:
./mvnw -B -ntp jreleaser:announce -DoutputDir=target -Djreleaser.dry.run=true
echo "::endgroup::"
echo "::group::➡️ init"
./mvnw -B -ntp jreleaser:init -DoutputDir=target -Djreleaser.format=yml
./mvnw -B -ntp jreleaser:init -DoutputDir=target -Djreleaser.format=toml
./mvnw -B -ntp jreleaser:init -DoutputDir=target -Djreleaser.format=json
./mvnw -B -ntp jreleaser:init -DoutputDir=target -Djreleaser.init.format=yml
./mvnw -B -ntp jreleaser:init -DoutputDir=target -Djreleaser.init.format=toml
./mvnw -B -ntp jreleaser:init -DoutputDir=target -Djreleaser.init.format=json
echo "::endgroup::"
env:
JRELEASER_OUTPUT_DIRECTORY: out
Expand Down

0 comments on commit f396589

Please sign in to comment.