Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Jan 28, 2025
1 parent 1d43e8a commit 0c80a17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
go-version: 1
- name: Build Internal
working-directory: internal
run: make build

unit-tests:
Expand All @@ -32,5 +31,4 @@ jobs:
with:
go-version: 1
- name: Run Internal Unit Tests
working-directory: internal
run: make build-libs && go test -v -cover ./...
run: make build-libs && cd internal && go test -v -cover ./...

0 comments on commit 0c80a17

Please sign in to comment.