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