diff --git a/.github/workflows/rest-api-fuzzer.yml b/.github/workflows/rest-api-fuzzer.yml index 923bdf57b2..df806a7aa4 100644 --- a/.github/workflows/rest-api-fuzzer.yml +++ b/.github/workflows/rest-api-fuzzer.yml @@ -142,6 +142,7 @@ jobs: run: | ls -la ${{ github.workspace }} || true ls -la ${{ github.workspace }}/Compile || true + cat $(find ${{ github.workspace }}/Compile -type f -name "*.log") || true - name: Save Grammar id: cache-grammar-save