Skip to content

Commit

Permalink
GH Actions/tests: more workflow tweaks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrfnl committed Dec 9, 2023
1 parent b31f644 commit ac4501f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,13 @@ jobs:

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

- name: Install external tools used in tests
if: ${{ matrix.custom_ini == false }}
run: >
npm install -g --fund false
csslint
Expand Down

0 comments on commit ac4501f

Please sign in to comment.