chore(ci): verify-tools job to check tooling programs

This commit is contained in:
Quentin McGaw
2026-05-04 13:17:45 +00:00
parent fed09562e5
commit 3e59447e58
2 changed files with 29 additions and 2 deletions
+20
View File
@@ -70,6 +70,26 @@ jobs:
- name: Build final image
run: docker build -t final-image .
verify-tools:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: ./devrun/go.mod
- run: go test ./...
working-directory: ./devrun
- uses: actions/setup-go@v6
with:
go-version-file: ./ci/go.mod
- run: go test ./...
working-directory: ./ci
verify-private:
if: |
github.repository == 'qdm12/gluetun' &&