Skip to content

Commit

Permalink
Windows bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
htngr committed Oct 11, 2024
1 parent cd28439 commit 638e78c
Show file tree
Hide file tree
Showing 15 changed files with 777 additions and 81 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
wsl --set-default-version 2 2>&1
- run: |
Invoke-Pester ./tests/windows.ps1 2>&1
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 10
# - if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# timeout-minutes: 10
linux:
needs: setup
if: ${{ github.event.workflow_run.name == 'build-linux' || github.event_name == 'push' }}
Expand Down
Loading

0 comments on commit 638e78c

Please sign in to comment.