Skip to content

Commit

Permalink
never cache during itests?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcao13 committed Oct 21, 2022
1 parent bcceeef commit 8d67c4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ jobs:
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('~/.m2/repository/**') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Run integration tests
run: POD_NAME=cryostat-itests CONTAINER_NAME=cryostat-itest bash repeated-integration-tests.bash
- name: Print itest logs
Expand Down

0 comments on commit 8d67c4c

Please sign in to comment.