Skip to content

chore: 🔄 Add TaskDependencies to table #31

chore: 🔄 Add TaskDependencies to table

chore: 🔄 Add TaskDependencies to table #31

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