Skip to content

Commit e797ae8

Browse files
Merge pull request #359 from msmobility/wei_playground
updated CI configuration file
2 parents 29cd918 + 1a0c586 commit e797ae8

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Set up JDK 11
16-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v3
1717
with:
1818
distribution: 'adopt' # See 'Supported distributions' for available options
1919
java-version: '11'
20-
- name: Cache Maven packages
21-
uses: actions/cache@v2
22-
with:
23-
path: ~/.m2
24-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
25-
restore-keys: ${{ runner.os }}-m2
20+
cache: 'maven'
2621
- name: Build with Maven
2722
run: mvn test -DforkMode=always --fail-at-end --batch-mode -Dmatsim.preferLocalDtds=true
2823

0 commit comments

Comments
 (0)