Skip to content

Commit

Permalink
Update Stage 2 - Validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 authored Nov 26, 2024
1 parent c3eeb4d commit 6481fd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/Stage 2 - Validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 6481fd7

Please sign in to comment.