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 ab457b8 commit 14bc7ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
java-version: 8
distribution: 'zulu'
cache: maven
- name: Build agent with Java 8
run: ./gradlew wrapper --gradle-version=8.4-rc-1 :agent:publishToMavenLocal

Expand All @@ -33,6 +34,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
cache: maven
- name: Test
run: |
./travis-test.sh

0 comments on commit 14bc7ee

Please sign in to comment.