Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b716bf6

Browse files
authored
Update run-readme-pr-macos.yml
source test commands instead of executing them. (Possible fix for #1315 )
1 parent 0ee4aea commit b716bf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-readme-pr-macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sysctl machdep.cpu.core_count
3434
echo "::endgroup::"
3535
36-
.ci/scripts/run-docs readme
36+
. .ci/scripts/run-docs readme
3737
3838
echo "::group::Completion"
3939
echo "tests complete"
@@ -68,7 +68,7 @@ jobs:
6868
sysctl machdep.cpu.core_count
6969
echo "::endgroup::"
7070
71-
.ci/scripts/run-docs quantization
71+
. .ci/scripts/run-docs quantization
7272
7373
echo "::group::Completion"
7474
echo "tests complete"
@@ -103,7 +103,7 @@ jobs:
103103
sysctl machdep.cpu.core_count
104104
echo "::endgroup::"
105105
106-
.ci/scripts/run-docs gguf
106+
. .ci/scripts/run-docs gguf
107107
108108
echo "::group::Completion"
109109
echo "tests complete"
@@ -137,7 +137,7 @@ jobs:
137137
sysctl machdep.cpu.core_count
138138
echo "::endgroup::"
139139
140-
.ci/scripts/run-docs advanced
140+
. .ci/scripts/run-docs advanced
141141
142142
echo "::group::Completion"
143143
echo "tests complete"

0 commit comments

Comments
 (0)