Skip to content

Commit 63d2f7d

Browse files
committed
fix
1 parent fc8c61c commit 63d2f7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bit.full.ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ jobs:
102102
path: ./TestSqlServer/src/Tests/TestResults
103103
retention-days: 14
104104

105+
- name: Cleanup test projects to free disk space
106+
run: |
107+
rm -rf SimpleTest
108+
rm -rf TestSqlServer
109+
105110
- name: Build PostgreSQL and Other database options
106111
run: |
107112
dotnet new bit-bp --name TestPostgreSQL --database PostgreSQL --module Sales --signalR

0 commit comments

Comments
 (0)