cicd: installed go in pipeline
Some checks failed
Build and Push to Gitea / build-and-push (push) Failing after 5m7s
Some checks failed
Build and Push to Gitea / build-and-push (push) Failing after 5m7s
This commit is contained in:
parent
134c1627a4
commit
943db01f22
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -12,6 +12,13 @@ jobs:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.25.x"
|
||||
check-latest: true
|
||||
cache: true
|
||||
|
||||
- name: Run Backend Tests
|
||||
env:
|
||||
RUN_LIVE_OPENAI_TESTS: "0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user