Skip to content

Commit 972d720

Browse files
authored
Merge pull request #1725 from EliahKagan/run-ci/daemon
Reenable git-daemon journey tests on CI by disabling artifact caching
2 parents ddeb97f + bf2abdb commit 972d720

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ jobs:
123123
steps:
124124
- uses: actions/checkout@v4
125125
- uses: dtolnay/rust-toolchain@stable
126-
- uses: Swatinem/rust-cache@v2
127126
- uses: extractions/setup-just@v2
128127
- name: Run journey tests
129128
run: just ci-journey-tests

tests/journey/gix.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ title "gix (with repository)"
109109

110110
# for some reason, on CI the daemon always shuts down before we can connect,
111111
# or isn't actually ready despite having accepted the first connection already.
112-
(not_on_ci with "git:// protocol"
112+
(with "git:// protocol"
113113
launch-git-daemon
114114
(with "version 1"
115115
it "generates the correct output" && {
@@ -278,7 +278,7 @@ title "gix commit-graph"
278278
)
279279
)
280280
fi
281-
(not_on_ci with "git:// protocol"
281+
(with "git:// protocol"
282282
launch-git-daemon
283283
(with "version 1"
284284
(with "NO output directory"

0 commit comments

Comments
 (0)