Skip to content

Commit

Permalink
feat: add compose absed test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-bobo committed Jul 25, 2024
1 parent 12661bc commit d08aa60
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,16 @@ jobs:
uses: golangci/[email protected]
with:
version: latest
# TODO: Move to use compose based tests
unit-test:
test:
needs: [fmt, lint]
name: unit-test
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '1.22.3'
- run: go test ./...
- name: Build test container
run: make build/test
- name: Run Tests
run: make test
build:
needs: unit-test
name: build
Expand Down

0 comments on commit d08aa60

Please sign in to comment.