Compare commits

..

2 Commits

Author SHA1 Message Date
volker.raschek 4d47b0d1d0 chore(ci): select another runner
Run unit tests / test (push) Failing after 12s
continuous-integration/drone/push Build is passing
2025-02-02 19:01:04 +01:00
volker.raschek af099ca73a chore(ci): rename job of unit-test workflow 2025-02-02 18:47:04 +01:00
+2 -2
View File
@@ -11,11 +11,11 @@ on:
workflow_dispatch: {} workflow_dispatch: {}
jobs: jobs:
cluster: test:
container: container:
image: docker.io/library/golang:1.23.5 image: docker.io/library/golang:1.23.5
runs-on: runs-on:
- docker - ubuntu-latest
steps: steps:
- name: Install tooling - name: Install tooling
run: | run: |