Skip to content

Commit

Permalink
ci: add distro to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Sep 15, 2022
1 parent c64fd76 commit 0cc0930
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,17 @@ jobs:
npm install
npm install --install-links $GITHUB_WORKSPACE
npm run build
distro:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '16'
- name: Build
run: |
git clone https://github.com/os-js/OS.js.git test
cd test
npm install
npm install --install-links $GITHUB_WORKSPACE
npm run build

0 comments on commit 0cc0930

Please sign in to comment.