mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
see what fails
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -12,13 +12,14 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# os: [windows-latest]
|
||||
# os: [windows-latest, ubuntu-18.04]
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
# os: [ubuntu-18.04]
|
||||
# os: [windows-latest, ubuntu-latest]
|
||||
# os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run Continuous Integration
|
||||
shell: pwsh
|
||||
run : |
|
||||
# ./ContinuousIntegration/ContinuousIntegration.ps1
|
||||
gmo -list pester
|
||||
cd ./__tests__
|
||||
Invoke-Pester -Output Detailed
|
||||
Reference in New Issue
Block a user