Skip to content

Commit 15546a1

Browse files
authored
Update and rename test.yaml to build.yaml
1 parent bd8b112 commit 15546a1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yaml renamed to .github/workflows/build.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- name: Get more disk space
15+
uses: jlumbroso/free-disk-space@main
16+
with:
17+
tool-cache: false
18+
android: true
19+
dotnet: true
20+
haskell: true
21+
large-packages: true
22+
swap-storage: true
23+
1424
- name: Checkout code
1525
uses: actions/checkout@v2
1626

0 commit comments

Comments
 (0)