mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 12:54:45 +00:00
Add e2e arch test
This commit is contained in:
parent
d6fea3c137
commit
05e7d6cc23
2 changed files with 24 additions and 0 deletions
13
.github/workflows/versions.yml
vendored
13
.github/workflows/versions.yml
vendored
|
@ -96,4 +96,17 @@ jobs:
|
|||
node-version: 0.12.18
|
||||
- name: Verify node
|
||||
run: __tests__/verify-node.sh 0.12.18 SKIP_NPM
|
||||
shell: bash
|
||||
|
||||
arch:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup node 12 x86 from dist
|
||||
uses: ./
|
||||
with:
|
||||
node-version: '12'
|
||||
architecture: 'x86'
|
||||
- name: Verify node
|
||||
run: __tests__/verify-arch.sh "ia32"
|
||||
shell: bash
|
Loading…
Add table
Add a link
Reference in a new issue