Skip to content

fix(CHANGELOG, PowerShellBuild.psd1): 🐛 Bump version to 0.7.1 and upd… #35

fix(CHANGELOG, PowerShellBuild.psd1): 🐛 Bump version to 0.7.1 and upd…

fix(CHANGELOG, PowerShellBuild.psd1): 🐛 Bump version to 0.7.1 and upd… #35

Workflow file for this run

name: Test
on: [push]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Test
shell: pwsh
run: ./build.ps1 -Task Test -Bootstrap