Add test workflow
Some checks failed
/ test (push) Failing after 1m35s

Signed-off-by: Neemek <sindodeg@gmail.com>
This commit is contained in:
Neemek 2025-08-24 16:31:36 +02:00
parent c9eba7ada0
commit 8941d82390

View file

@ -2,7 +2,7 @@ on: [ push ]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4