Skip to content

Commit

Permalink
Update app-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantprateek authored Aug 13, 2023
1 parent 6449b9c commit 1bd3225
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
with:
go-version: 1.20

- name: Run Go Build
run: go mod tidy

- name: Run Go tests
run: go test ./...

- name: Clean up Qdrant DB container
run: docker stop qdrant_db_container && docker rm qdrant_db_container
run: docker stop qdrant_db_container && docker rm qdrant_db_container

0 comments on commit 1bd3225

Please sign in to comment.