Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Mar 7, 2021
1 parent f3a5817 commit 34ed63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-m2-20210306100000
restore-keys: ${{ runner.os }}-m2
- name: run tests
run: |
Expand All @@ -48,4 +48,4 @@ jobs:
runuser --shell /bin/bash --preserve-environment --command "source /usr/bin/mvn_test.sh && mvn_run \"dependency:resolve $MVN_ARGS\" && mvn_test" nobody
env:
QUATTOR_TEST_TEMPLATE_LIBRARY_CORE: /tmp/template-library-core-master
MVN_ARGS: -Dmaven.repo.local=/tmp/m2
MVN_ARGS: -Dmaven.repo.local=/tmp/m2 dependency:go-offline

0 comments on commit 34ed63c

Please sign in to comment.