From 2a7829f056480f6d3a85e5b6f6a3c66e2fc67cf9 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 25 Sep 2024 10:44:51 +0200 Subject: [PATCH] ci: add container image for test and checkstyle jobs --- .gitea/workflows/qs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/qs.yml b/.gitea/workflows/qs.yml index 93a6549..09536ee 100644 --- a/.gitea/workflows/qs.yml +++ b/.gitea/workflows/qs.yml @@ -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