diff --git a/.github/workflows/testapp.yml b/.github/workflows/testapp.yml index 2c78a4d0..04d11e3f 100644 --- a/.github/workflows/testapp.yml +++ b/.github/workflows/testapp.yml @@ -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