Merge 000af47ebae0e9e867dbd4dea445f17fe61b11bc into sapling-pr-archiv… #21460
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PKG Node CI | |
# This actions runs on 'git push' and PRs | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
env: | |
pkg-directory: ./desktop/pkg | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
node-version: '18.x' | |
- name: install | |
working-directory: ${{env.pkg-directory}} | |
run: yarn | |
- name: run | |
working-directory: ${{env.pkg-directory}} | |
run: bin/run |