Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Dec 5, 2023
1 parent 699c0bc commit 143dbd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,22 @@ jobs:
ref: main
submodules: true
fetch-depth: 0
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
with:
java-version: '17'
distribution: 'temurin'
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cryostat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}
${{ runner.os }}-build-
${{ runner.os }}-
- name: maven-settings
Expand Down

0 comments on commit 143dbd9

Please sign in to comment.