Skip to content

Commit 39a4ba1

Browse files
authored
Merge pull request #23884 from abpframework/maliming-patch-2
Add GitHub Actions for disk space and PowerShell
2 parents f749c48 + 9976ec5 commit 39a4ba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
timeout-minutes: 50
5252
if: ${{ !github.event.pull_request.draft }}
5353
steps:
54+
- uses: jlumbroso/free-disk-space@main
55+
- uses: PSModule/install-powershell@v1
56+
with:
57+
Version: latest
5458
- uses: actions/checkout@v2
5559
- uses: actions/setup-dotnet@master
5660
with:

0 commit comments

Comments
 (0)