Skip to content

Commit

Permalink
show binary loc
Browse files Browse the repository at this point in the history
  • Loading branch information
lovestaco committed Jul 20, 2023
1 parent fe46af1 commit cecf832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: go mod tidy
- name: Build
run: go build -v ./...
- name: Show Binary Directory
run: echo "Binary is present in: $PWD"
- name: Test with the Go CLI
run: go test -v ./tests/
- name: Deploy hexmos doc
Expand Down

0 comments on commit cecf832

Please sign in to comment.