test: debug
Build / build (pull_request) Successful in 19s

This commit is contained in:
2025-01-25 17:21:30 +11:00
parent 7a1d25f3b6
commit 27da21cfab
3 changed files with 14 additions and 19 deletions
+1 -8
View File
@@ -9,17 +9,10 @@ jobs:
build:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux8:latest
image: git.query.consul/unkin/almalinux9-actionsdind:latest
options: --privileged
steps:
- name: Set up environment
run: |
dnf install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf module enable -y nodejs:20
dnf install -y docker-ce-cli make bash git nodejs
- name: Checkout code
uses: actions/checkout@v3
with: