Skip to content

Commit

Permalink
fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta committed Aug 10, 2023
1 parent 72922a3 commit 23bc05f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,19 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19.x


- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Installing protoc-gen-go
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- name: Set up Nodejs
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 16

- name: Set up yarn
run: npm install --global yarn
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ build-admin:
yarn && yarn build
@cp admin/dist/bundle.js ./internal/admin/handlers/web/assets/js/

build-bin:
@go build -ldflags="$(LDFLAGS)" -o ./bin/dagu .

test:
@go test -v ./...

Expand Down

0 comments on commit 23bc05f

Please sign in to comment.