diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80c52ce..6baf3a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,8 @@ jobs: path: code-coverage-results.md - name: Write to Job Summary run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY - + - name: Log GitHub Reference + run: echo "GitHub ref is: $GITHUB_REF" # Run build - name: Build Windows if: github.ref == 'main-123694-PortalSDKUnitTestsInPipeline'