Skip to content

Commit

Permalink
Merge pull request #1725 from EliahKagan/run-ci/daemon
Browse files Browse the repository at this point in the history
Reenable git-daemon journey tests on CI by disabling artifact caching
  • Loading branch information
Byron authored Dec 17, 2024
2 parents ddeb97f + bf2abdb commit 972d720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: extractions/setup-just@v2
- name: Run journey tests
run: just ci-journey-tests
Expand Down
4 changes: 2 additions & 2 deletions tests/journey/gix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ title "gix (with repository)"

# for some reason, on CI the daemon always shuts down before we can connect,
# or isn't actually ready despite having accepted the first connection already.
(not_on_ci with "git:// protocol"
(with "git:// protocol"
launch-git-daemon
(with "version 1"
it "generates the correct output" && {
Expand Down Expand Up @@ -278,7 +278,7 @@ title "gix commit-graph"
)
)
fi
(not_on_ci with "git:// protocol"
(with "git:// protocol"
launch-git-daemon
(with "version 1"
(with "NO output directory"
Expand Down

0 comments on commit 972d720

Please sign in to comment.