Skip to content

Commit b9883ff

Browse files
committed
revert back to run tests in docker compose
1 parent 95794fb commit b9883ff

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test-deploy-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,8 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v4
2525

26-
- uses: actions/setup-go@v5
27-
with:
28-
go-version-file: 'go.mod'
29-
check-latest: true
30-
3126
- name: Test
32-
run: go test ./...
27+
run: docker compose run app go test ./...
3328

3429
lint:
3530
name: Lint and Vulnerability Scan

0 commit comments

Comments
 (0)