ci: add container image for test and checkstyle jobs
This commit is contained in:
parent
680625fa39
commit
2a7829f056
@ -7,6 +7,8 @@ jobs:
|
||||
test:
|
||||
name: "Tests"
|
||||
runs-on: "ubuntu-latest"
|
||||
container:
|
||||
image: "cimg/openjdk:21.0-node"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
@ -19,6 +21,8 @@ jobs:
|
||||
checkstyle:
|
||||
name: "Checkstyle Main"
|
||||
runs-on: "ubuntu-latest"
|
||||
container:
|
||||
image: "cimg/openjdk:21.0-node"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user