diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 36008f60..61489008 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -37,7 +37,7 @@ jobs: npm test - name: Run bin/analyze-css.js for CSS file - run: /bin/analyze-css.js --file examples/ti.mobile.css -p | grep metrics -B2 + run: ./bin/analyze-css.js --file examples/ti.mobile.css -p | grep metrics -B2 - name: Run bin/analyze-css.js for SCSS file run: ./bin/analyze-css.js --file examples/base.scss -p | grep offenders -A3