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 d2479fa commit 2cf8570Copy full SHA for 2cf8570
.github/workflows/test-macos.yml
@@ -66,6 +66,11 @@ jobs:
66
- name: tools/doc/node_modules workaround
67
run: make tools/doc/node_modules
68
- name: Build
69
- run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
+ run: |
70
+ df -h
71
+ sudo rm -rf /usr/local/lib/android/sdk/ndk
72
+ sudo rm -rf /usr/share/dotnet
73
74
+ make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
75
- name: Test
76
run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"
0 commit comments