diff --git a/.github/workflows/Stage 2 - Validate.yml b/.github/workflows/Stage 2 - Validate.yml index 36ac2792..6b2f1faa 100644 --- a/.github/workflows/Stage 2 - Validate.yml +++ b/.github/workflows/Stage 2 - Validate.yml @@ -55,10 +55,15 @@ jobs: - name: Display structure of downloaded files run: ls -R - run: npm run + - run: | + cd ./node_modules/@homebridge/node-pty-prebuilt-multiarch + npm run install - run: | cd ./node_modules/@homebridge/node-pty-prebuilt-multiarch npm run build - - run: npm run test + - run: | + cd ./node_modules/@homebridge/node-pty-prebuilt-multiarch + npm run test - run: | echo "::notice::Successfully tested ${{ github.ref_name }} on ${{ matrix.os }} with Node.js ${{ matrix.node-version }}"