Skip to content

Commit 9addf20

Browse files
authored
linux ci troubleshooting step (#169)
1 parent d90ce7d commit 9addf20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
run: dotnet restore
1919
- name: Build
2020
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
2127
test:
2228
runs-on: ${{ matrix.os }}
2329
strategy:

0 commit comments

Comments
 (0)