Skip to content

Commit

Permalink
Added new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanSharma9917 committed Jun 15, 2024
1 parent 5ab1bcb commit b10992c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
with:
go-version: '1.20'

- name: Build
run: go build -v ./...
- name: Install Codewise-CLI
run: go install github.com/aryansharma9917/Codewise-CLI@latest

- name: Add Go bin to PATH
run: echo "${{ github.workspace }}/bin" >> $GITHUB_PATH

- name: Test
run: go test -v ./...

0 comments on commit b10992c

Please sign in to comment.