Skip to content

Commit a2ad81e

Browse files
committed
added SIT to githubaction
1 parent fa5e317 commit a2ad81e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ jobs:
55
Explore-GitHub-Actions:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
9-
- name: Set up JDK 1.8
10-
uses: actions/setup-java@v1
8+
- uses: actions/checkout@v3
9+
- name: Set up JDK 8
10+
uses: actions/setup-java@v3
1111
with:
12-
java-version: 1.8
12+
java-version: '8'
13+
distribution: 'temurin'
14+
cache: maven
15+
- name: Build with Maven
16+
run: mvn -B package --file pom.xml
1317

1418
- name: Test SIT with cdm
1519
working-directory: SIT

0 commit comments

Comments
 (0)