diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index aa2ce81..6d6d5be 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} + - name: List Project Files + run: ls -R "$GITHUB_WORKSPACE" - name: Install dependencies run: go get . - name: Build @@ -34,4 +36,4 @@ jobs: run: | ./cc-test-reporter before-build go test -race -coverprofile=c.out ./... - ./cc-test-reporter after-build --exit-code $? + ./cc-test-reporter after-build --exit-code $? --prefix "$GITHUB_WORKSPACE"