Skip to content

Commit ac4501f

Browse files
committed
GH Actions/tests: more workflow tweaks
No need to run the tests involving external tooling both with and without custom ini settings as those settings won't make a difference for those anyway.
1 parent b31f644 commit ac4501f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,13 @@ jobs:
111111

112112
# This action also handles the caching of the dependencies.
113113
- name: Set up node
114+
if: ${{ matrix.custom_ini == false }}
114115
uses: actions/setup-node@v4
115116
with:
116117
node-version: '20'
117118

118119
- name: Install external tools used in tests
120+
if: ${{ matrix.custom_ini == false }}
119121
run: >
120122
npm install -g --fund false
121123
csslint

0 commit comments

Comments
 (0)