We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8c61c commit 63d2f7dCopy full SHA for 63d2f7d
.github/workflows/bit.full.ci.yml
@@ -102,6 +102,11 @@ jobs:
102
path: ./TestSqlServer/src/Tests/TestResults
103
retention-days: 14
104
105
+ - name: Cleanup test projects to free disk space
106
+ run: |
107
+ rm -rf SimpleTest
108
+ rm -rf TestSqlServer
109
+
110
- name: Build PostgreSQL and Other database options
111
run: |
112
dotnet new bit-bp --name TestPostgreSQL --database PostgreSQL --module Sales --signalR
0 commit comments