Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4f9db8

Browse files
committedFeb 27, 2025·
Fix path to couchdb root
1 parent 724fd7d commit d4f9db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: ZEunit tests
2929
run: direnv allow . && eval "$(direnv export bash)" && make zeunit
3030
- name: Metrics tests
31-
run: direnv allow . && eval "$(direnv export bash)" && make metrics-tests || cat couchdb/dev/logs/clouseau1.log
31+
run: direnv allow . && eval "$(direnv export bash)" && make metrics-tests || cat deps/couchdb.main/dev/logs/clouseau1.log
3232
- name: CouchDB tests
33-
run: direnv allow . && eval "$(direnv export bash)" && make couchdb-tests || cat couchdb/dev/logs/clouseau1.log
33+
run: direnv allow . && eval "$(direnv export bash)" && make couchdb-tests || cat deps/couchdb.main/dev/logs/clouseau1.log

0 commit comments

Comments
 (0)
Please sign in to comment.