Browse Source
Add GitHub Actions for disk space and PowerShell
pull/23884/head
Ma Liming
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
.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: |
|
|
|
|