Browse Source

Add GitHub Actions for disk space and PowerShell

pull/23884/head
Ma Liming 4 months ago
committed by GitHub
parent
commit
9976ec554a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/build-and-test.yml

4
.github/workflows/build-and-test.yml

@ -51,6 +51,10 @@ jobs:
timeout-minutes: 50
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: jlumbroso/free-disk-space@main
- uses: PSModule/install-powershell@v1
with:
Version: latest
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@master
with:

Loading…
Cancel
Save