Skip to content

Commit

Permalink
Add debug output for Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Oct 17, 2024
1 parent 0a36a2f commit 8cd766b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
fail-fast: false
matrix:
version:
- '3.1.13'
- '3.5'
-
steps:
- name: Install pandoc
Expand All @@ -77,5 +77,6 @@ jobs:
pandoc -v
else
# check that we got the right version
[ "pandoc ${{ matrix.version }}" = "$(pandoc -v | head -n1)" ]
[ "pandoc ${{ matrix.version }}" = "$(pandoc -v | head -n1)" ] ||\
( pandoc -v && false )
fi

0 comments on commit 8cd766b

Please sign in to comment.