Skip to content

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

Add arm64 packaging on linux and windows for setup-node

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

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
- name: Run tests
shell: pwsh
run: |
Import-Module Pester
Import-Module Assert
Invoke-Pester -EnableExit