ci: remove container image from workflow config
Some checks failed
Quality Check / Tests (pull_request) Failing after 7s
Quality Check / Checkstyle Main (pull_request) Failing after 7s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 10:44:11 +02:00
parent 92fcda433b
commit 680625fa39
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -7,8 +7,6 @@ jobs:
test:
name: "Tests"
runs-on: "ubuntu-latest"
container:
image: "cimg/openjdk:21.0-node"
steps:
- name: "Checkout"
uses: actions/checkout@v3
@ -21,8 +19,6 @@ jobs:
checkstyle:
name: "Checkstyle Main"
runs-on: "ubuntu-latest"
container:
image: "cimg/openjdk:21.0-node"
steps:
- name: "Checkout"
uses: actions/checkout@v3