Skip to content

Commit

Permalink
ci improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed Sep 24, 2023
1 parent e2b8e99 commit 5a8ba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
# Conditionally run different commands based on the Java version
if [[ "${{ matrix.java }}" == "8" ]]; then
./gradlew wrapper --gradle-version=8.4-rc-1 :agent:spec && agent:publishToMavenLocal
./gradlew wrapper --gradle-version=8.4-rc-1 :agent:spec && ./gradlew wrapper --gradle-version=8.4-rc-1 agent:publishToMavenLocal
else
./travis-test.sh
fi

0 comments on commit 5a8ba22

Please sign in to comment.