Try again installing updated bats

bugfix-109-spaces
Dave Musicant (home machine) 1 year ago
parent 770874a188
commit aef672957c

@ -25,9 +25,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v3
- run: sudo npm install -g bats
# For the time being, I'm giving up on Super Linter. It's a great tool,
# but it's currently broken, and it's taking more time to make it work than
@ -62,9 +59,11 @@ jobs:
timeout-minutes: 5
steps:
- name: Setup node
uses: actions/setup-node@v3
- name: Setup BATS
# Even though this says 1.2.0,it's actually using 1.2.1
uses: mig4/setup-bats@v1.2.0
run: sudo npm install -g bats
- name: Install gitwatch dependencies
shell: bash

Loading…
Cancel
Save