Skip to content

Commit

Permalink
ci(stream): initialize java
Browse files Browse the repository at this point in the history
Signed-off-by: SSpirits <[email protected]>
  • Loading branch information
ShadowySpirits committed Jan 3, 2024
1 parent d59f7ec commit 22145fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/s3-stream-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: "maven"
- uses: actions/checkout@v3
with:
submodules: true
- name: Build s3stream
working-directory: ./s3stream
run: mvn clean install -U -DskipTests
Expand Down

0 comments on commit 22145fe

Please sign in to comment.