We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a14c3 commit c3eeb4dCopy full SHA for c3eeb4d
1 file changed
.github/workflows/Stage 2 - Validate.yml
@@ -55,8 +55,10 @@ jobs:
55
- name: Display structure of downloaded files
56
run: ls -R
57
- run: npm run
58
- - run: npm run build
+ - run: |
59
+ cd ./node_modules/@homebridge/node-pty-prebuilt-multiarch
60
+ npm run build
61
- run: npm run test
62
- run: |
63
echo "::notice::Successfully tested ${{ github.ref_name }} on ${{ matrix.os }} with Node.js ${{ matrix.node-version }}"
-
64
+
0 commit comments