Skip to content

fix: finish error on sdk test #2

fix: finish error on sdk test

fix: finish error on sdk test #2

name: Go Tests
on: [push]
jobs:
test:
name: Go Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: .go-version
- name: Run Coolify SDK Tests
run: go test -v -timeout 30s ./tests/...