Skip to content

Add support for arm64 packaging on linux and windows for setup-node #175

Add support for arm64 packaging on linux and windows for setup-node

Add support for arm64 packaging on linux and windows for setup-node #175

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
CommonTests:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Pester
shell: pwsh
run: |
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1
Install-Module Assert -Force -Scope CurrentUser -RequiredVersion 0.9.1
- name: Run tests
shell: pwsh
run: |
Import-Module Pester
Import-Module Assert
Invoke-Pester -EnableExit