Skip to content

Commit

Permalink
revert cache
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcao13 committed Oct 21, 2022
1 parent d500fa5 commit 3fe819c
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,16 @@ jobs:
run: POD_NAME=cryostat-itests CONTAINER_NAME=cryostat-itest bash repeated-integration-tests.bash
- name: Print itest logs
if: ${{ failure() }}
run: ls -1dt target/cryostat-itest-*.log | head -n1 | xargs cat
run: ls -1dt target/cryostat-itests-*.log | head -n1 | xargs cat
- uses: skjolber/maven-cache-github-action@v1
with:
step: save

spotless:
runs-on: ubuntu-latest
needs: [build-deps]
needs: [build-image]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v2
with:
java-version: '17'
Expand All @@ -137,7 +135,7 @@ jobs:

spotbugs:
runs-on: ubuntu-latest
needs: [build-deps]
needs: [build-image]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -151,24 +149,16 @@ jobs:
java-version: '17'
distribution: 'adopt'
- run: mvn compile spotbugs:check
- uses: skjolber/maven-cache-github-action@v1
with:
step: save

shellcheck:
runs-on: ubuntu-latest
needs: [build-deps]
needs: [build-image]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: skjolber/maven-cache-github-action@v1
with:
step: restore
- run: mvn shellcheck:check
- uses: skjolber/maven-cache-github-action@v1
with:
step: save

push-to-quay:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3fe819c

Please sign in to comment.