Skip to content

Commit

Permalink
pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
lovestaco committed Jul 20, 2023
1 parent cecf832 commit 6283edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
run: go build -v ./...
- name: Show Binary Directory
run: echo "Binary is present in: $PWD"
run: echo "$PWD"
- name: Test with the Go CLI
run: go test -v ./tests/
- name: Deploy hexmos doc
Expand Down

0 comments on commit 6283edc

Please sign in to comment.