We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90ce7d commit 9addf20Copy full SHA for 9addf20
1 file changed
.github/workflows/pr-validation.yml
@@ -18,6 +18,12 @@ jobs:
18
run: dotnet restore
19
- name: Build
20
run: dotnet build dirs.proj
21
+ - name: Archive antlr log for troubleshooting
22
+ if: ${{ failure() && matrix.os == 'ubuntu-latest' }}
23
+ uses: actions/upload-artifact@v4
24
+ with:
25
+ name: antlr-log
26
+ path: SqlScriptDom/NUL
27
test:
28
runs-on: ${{ matrix.os }}
29
strategy:
0 commit comments