diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-11 13:52:49 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-05 12:26:14 +0200 |
| commit | a019e95fdbaea3d7af2d8ad10903fd656bfc4466 (patch) | |
| tree | 4e852e36da327823a02678dfb766aca58fa0a23f /.github/workflows/test-win.yml | |
| parent | 5065de4cff907b70ea3446888a7bad243744a8ab (diff) | |
Refactor: Simplify errors for wrapping
Diffstat (limited to '.github/workflows/test-win.yml')
| -rw-r--r-- | .github/workflows/test-win.yml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index d232a28..fa5473c 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -30,22 +30,22 @@ jobs: path: exports/lib/ retention-days: 1 - test-csharp: - name: "[Windows] Test C# wrapper" - needs: build-lib - runs-on: windows-latest - - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 5.0.x - - - uses: actions/download-artifact@v2 - with: - name: shared-lib - path: exports/lib/ - - name: Test - run: make -C wrappers/csharp test - - name: Build .nupkg - run: make -C wrappers/csharp pack + #test-csharp: + # name: "[Windows] Test C# wrapper" + # needs: build-lib + # runs-on: windows-latest + + # steps: + # - uses: actions/checkout@v2 + # - uses: actions/setup-dotnet@v1 + # with: + # dotnet-version: 5.0.x + + # - uses: actions/download-artifact@v2 + # with: + # name: shared-lib + # path: exports/lib/ + # - name: Test + # run: make -C wrappers/csharp test + # - name: Build .nupkg + # run: make -C wrappers/csharp pack |
