Skip to content

Commit 0e6ddff

Browse files
committed
chore: testing free storage for macos runner
1 parent 16292bc commit 0e6ddff

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

.github/workflows/nightly.yml

+27-25
Original file line numberDiff line numberDiff line change
@@ -48,39 +48,41 @@ jobs:
4848
LIBRARY_PATH: "/opt/homebrew/lib:$LIBRARY_PATH"
4949
PKG_CONFIG_PATH: "/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"
5050
PATH: "/opt/homebrew/bin:$PATH"
51+
# run: |
52+
# brew install postgresql
5153
run: |
52-
brew install postgresql
54+
df -hI /dev/disk3s1s1
5355
54-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
56+
# - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
5557

56-
- name: cargo build
57-
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # pin@v1.0.3
58-
with:
59-
command: build
60-
args: --all-targets --all-features --release
58+
# - name: cargo build
59+
# uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # pin@v1.0.3
60+
# with:
61+
# command: build
62+
# args: --all-targets --all-features --release
6163

62-
tests:
63-
uses: ./.github/workflows/_rust_tests.yml
64+
# tests:
65+
# uses: ./.github/workflows/_rust_tests.yml
6466

65-
external-tests:
66-
uses: ./.github/workflows/_external_rust_tests.yml
67+
# external-tests:
68+
# uses: ./.github/workflows/_external_rust_tests.yml
6769

68-
move-tests:
69-
uses: ./.github/workflows/_move_tests.yml
70+
# move-tests:
71+
# uses: ./.github/workflows/_move_tests.yml
7072

71-
deny:
72-
uses: ./.github/workflows/_cargo_deny.yml
73+
# deny:
74+
# uses: ./.github/workflows/_cargo_deny.yml
7375

74-
deny-external:
75-
uses: ./.github/workflows/_cargo_deny.yml
76-
with:
77-
manifest-path: external-crates/move/Cargo.toml
76+
# deny-external:
77+
# uses: ./.github/workflows/_cargo_deny.yml
78+
# with:
79+
# manifest-path: external-crates/move/Cargo.toml
7880

79-
e2e:
80-
uses: ./.github/workflows/_e2e.yml
81+
# e2e:
82+
# uses: ./.github/workflows/_e2e.yml
8183

82-
execution-cut:
83-
uses: ./.github/workflows/_execution_cut.yml
84+
# execution-cut:
85+
# uses: ./.github/workflows/_execution_cut.yml
8486

85-
split-cluster:
86-
uses: ./.github/workflows/split_cluster.yml
87+
# split-cluster:
88+
# uses: ./.github/workflows/split_cluster.yml

0 commit comments

Comments
 (0)