Skip to content

Commit

Permalink
(ci): build using make
Browse files Browse the repository at this point in the history
  • Loading branch information
narcis96 committed Mar 5, 2024
1 parent 416cd03 commit f02b84d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,13 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.22"

- name: Make help
run: |
make help
make generate
make install
ls bin
- name: Build with Make
run: make build

0 comments on commit f02b84d

Please sign in to comment.