Skip to content

Fix for windows arm64 node js package (7z) file #181

Fix for windows arm64 node js package (7z) file

Fix for windows arm64 node js package (7z) file #181

Workflow file for this run

name: Run tests
on: [pull_request,workflow_dispatch]
jobs:
CommonTests:
strategy:
fail-fast: false
runs-on: windows-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