Skip to content

Commit

Permalink
Set the cache duration to one day (1440 minutes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Läubrich committed Mar 30, 2022
1 parent ff63f53 commit f38dd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: build config
run: mvn -B install --settings settings.xml --file org.faktorips.codequality.config/pom.xml
- name: Check compiles
run: mvn -B clean package --settings settings.xml --file pom.xml -T1C -Dtarget-platform=eclipse-${{ matrix.eclipse-release }} -DskipTests
run: mvn -B clean package --settings settings.xml --file pom.xml -T1C -Dtarget-platform=eclipse-${{ matrix.eclipse-release }} -DskipTests -Dtycho.p2.transport.min-cache-minutes=1440
if: ${{ matrix.eclipse-release != env.integration-test-release }}
- name: Run Integration Tests
uses: GabrielBB/xvfb-action@v1
with:
run: mvn -B clean verify --settings settings.xml --file pom.xml -T1C -Dtarget-platform=eclipse-${{ matrix.eclipse-release }} -Dmaven.test.failure.ignore=true
run: mvn -B clean verify --settings settings.xml --file pom.xml -T1C -Dtarget-platform=eclipse-${{ matrix.eclipse-release }} -Dmaven.test.failure.ignore=true -Dtycho.p2.transport.min-cache-minutes=1440
if: ${{ matrix.eclipse-release == env.integration-test-release }}
- name: Upload Test Results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f38dd15

Please sign in to comment.