Skip to content

Commit

Permalink
two steps in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed Sep 23, 2023
1 parent 639bdef commit d70e0c9
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 @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 8
distribution: 'zulu'
- name: Build agent with Java 8
run: ./gradlew wrapper --gradle-version=7.6.2 :agent:publishToMavenLocal

Expand All @@ -30,6 +31,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Test
run: |
./gradlew wrapper --gradle-version=7.6.2 assemble
Expand Down

0 comments on commit d70e0c9

Please sign in to comment.