Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin T. Coughlin <[email protected]>
  • Loading branch information
KevinTCoughlin authored Sep 15, 2024
1 parent 558f17e commit 3d93ff4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,17 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: sir-chrome-extension
path: app/
path: app
build-self-hosted:
runs-on:
- self-hosted
continue-on-error: true # Optional
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
- run: yarn install
- run: yarn build
- run: yarn test

0 comments on commit 3d93ff4

Please sign in to comment.