see what fails

This commit is contained in:
Doug Finke
2022-06-12 13:55:10 -04:00
committed by GitHub
parent a4bed31e1e
commit c6a06cc325

View File

@@ -12,13 +12,14 @@ jobs:
strategy: strategy:
matrix: matrix:
# os: [windows-latest] # os: [windows-latest]
# os: [windows-latest, ubuntu-18.04] # os: [windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest, macos-latest] # os: [windows-latest, ubuntu-latest, macos-latest]
# os: [ubuntu-18.04] os: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Run Continuous Integration - name: Run Continuous Integration
shell: pwsh shell: pwsh
run : | run : |
# ./ContinuousIntegration/ContinuousIntegration.ps1 # ./ContinuousIntegration/ContinuousIntegration.ps1
gmo -list pester cd ./__tests__
Invoke-Pester -Output Detailed