Skip to content

Commit b939bb4

Browse files
committed
GH Actions/tests: tweak a condition (again)
... to hopefully prevent the script from throwing a parse error on Windows.
1 parent fe44689 commit b939bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ jobs:
214214
uses: actions/checkout@v4
215215

216216
- name: Setup ini config
217+
if: ${{ matrix.os == 'windows-latest' }}
217218
id: set_ini
218219
run: |
219220
# Set the "short_open_tag" ini to make sure specific conditions are tested.

0 commit comments

Comments
 (0)