mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-12 14:23:14 +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:
|
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
|
||||||
Reference in New Issue
Block a user