cicd: implemented tests in the pipeline
Some checks failed
Build and Push to Gitea / build-and-push (push) Failing after 7s
Some checks failed
Build and Push to Gitea / build-and-push (push) Failing after 7s
This commit is contained in:
parent
457f1a9481
commit
134c1627a4
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -12,6 +12,11 @@ jobs:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Backend Tests
|
||||
env:
|
||||
RUN_LIVE_OPENAI_TESTS: "0"
|
||||
run: go test ./...
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user