feat: Add pipelines (SCRUM-44) #6

Merged
ptran merged 22 commits from setup/qs into main 2024-09-25 09:15:40 +00:00
Showing only changes of commit 2a7829f056 - Show all commits

ci: add container image for test and checkstyle jobs
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m41s
Quality Check / Checkstyle Main (pull_request) Successful in 1m53s

Jan K9f 2024-09-25 10:44:51 +02:00
Signed by: jank
GPG key ID: B267751B8AE29EFE

View file

@ -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