Runs on docker
All checks were successful
/ test (push) Successful in 41s

This commit is contained in:
0d0 2025-02-06 11:13:43 +01:00
parent 04d0e23e03
commit 14f6979101
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

View file

@ -7,7 +7,7 @@ on:
jobs:
check-dependencies:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout Repository