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

This commit is contained in:
Neemek 2025-08-24 16:49:44 +02:00
parent 8941d82390
commit c9f85a1c20

View file

@ -3,6 +3,8 @@ on: [ push ]
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
container:
image: ubuntu-latest
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4