Skip to content

Commit

Permalink
Update Stage 2 - Validate.yml (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 authored Nov 26, 2024
1 parent d6a14c3 commit c3eeb4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Stage 2 - Validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
- name: Display structure of downloaded files
run: ls -R
- run: npm run
- run: npm run build
- run: |
cd ./node_modules/@homebridge/node-pty-prebuilt-multiarch
npm run build
- run: npm run test
- run: |
echo "::notice::Successfully tested ${{ github.ref_name }} on ${{ matrix.os }} with Node.js ${{ matrix.node-version }}"

0 comments on commit c3eeb4d

Please sign in to comment.