Skip to content

Commit

Permalink
test on ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Aug 13, 2021
1 parent 9432069 commit 28d6b4e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ jobs:
strategy:
matrix:
node: ['10', '12', '14', '16']
arch: ['ppc64le']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test
- uses: uraimo/run-on-arch-action@v2.0.5
name: npm test
with:
arch: ${{ matrix.arch }}
distro: ubuntu20.04
githubTok: ${{ github.token }}
run: npm test

0 comments on commit 28d6b4e

Please sign in to comment.