Skip to content

Commit 4eb16f3

Browse files
Update gh-actions.yml
1 parent fe2420b commit 4eb16f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616
- 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
1818

1919
- uses: addnab/docker-run-action@v3
2020
with:
@@ -27,4 +27,4 @@ jobs:
2727
# Run Tests
2828
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\"\) && \
2929
# 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

0 commit comments

Comments
 (0)