updates .github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 0s

This commit is contained in:
franz.germann1 2024-12-06 09:49:48 +01:00
parent afff26d2cc
commit 9a6b708aca

View file

@ -3,7 +3,7 @@ name: ci-workflow
on: [push] on: [push]
jobs: jobs:
ci: ci:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
# checkout repository # checkout repository
- name: checkout - name: checkout