Fis test pipeline
Some checks failed
Build Docker and Deploy / Build Docker Container (push) Successful in 1m23s
Build Docker and Deploy / Run Unit-Tests (push) Failing after 3m1s
Build Docker and Deploy / Deploy to Server (push) Has been skipped

This commit is contained in:
2024-09-20 20:56:22 +02:00
parent d21d775764
commit b7954dd79e
2 changed files with 7 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: '${{ gitea.workspace }}/go.mod'
go-version-file: '${{ gitea.workspace }}/scnserver/go.mod'
cache: false
- name: Print Go Version