mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-14 23:33:18 +00:00
remove fail tests
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -11,8 +11,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest]
|
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||||
# os: [windows-latest, ubuntu-latest, macos-latest]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Run Continuous Integration
|
- name: Run Continuous Integration
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
Describe "Test failed tests for GHA" {
|
|
||||||
It "Should fail" {
|
|
||||||
$true | Should -BeFalse
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user