File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout
15
15
uses : actions/checkout@v2
16
16
- name : Free space
17
- run : df -h && rm -rf /opt/hostedtoolcache* && df -h
17
+ run : df -h && rm -rf /usr/share/dotnet && rm -rf /usr/local/lib/android && rm -rf /opt/ghc && rm -rf / opt/hostedtoolcache* && df -h
18
18
19
19
- uses : addnab/docker-run-action@v3
20
20
with :
27
27
# Run Tests
28
28
dotnet test ./Tests/bin/Release/QuantConnect.Tests.dll --blame-hang-timeout 300seconds --blame-crash --filter "TestCategory!=TravisExclude&TestCategory!=ResearchRegressionTests" -- TestRunParameters.Parameter\(name=\"log-handler\", value=\"ConsoleErrorLogHandler\"\) && \
29
29
# Generate & Publish python stubs
30
- echo "GITHUB_REF $GITHUB_REF" && if [[ $GITHUB_REF = refs/tags/* ]]; then (chmod +x ci_build_stubs.sh && ./ci_build_stubs.sh -t -g -p); else echo "Skipping stub generation"; fi
30
+ echo "GITHUB_REF $GITHUB_REF" && if [[ $GITHUB_REF = refs/tags/* ]]; then (chmod +x ci_build_stubs.sh && ./ci_build_stubs.sh -t -g -p); else echo "Skipping stub generation"; fi
You can’t perform that action at this time.
0 commit comments