Specify test workflow image correctly
Some checks failed
/ test (push) Failing after 45s

This commit is contained in:
Neemek 2025-08-24 16:51:10 +02:00
parent c9f85a1c20
commit 1401f7cdd4

View file

@ -4,7 +4,7 @@ jobs:
test: test:
runs-on: docker runs-on: docker
container: container:
image: ubuntu-latest image: ubuntu:latest
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4