Skip to content

Commit b46b107

Browse files
authored
Update run-tests.yml
1 parent c7c80a7 commit b46b107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Run tests
117117
shell: bash
118118
run: |
119-
if [[ -n "test/bin/example_test" ]]; then
119+
if [[ -n "test/build/bin/example_test" ]]; then
120120
echo "::warning::The runtime-path input is deprecated. Please use runtime-paths instead."
121121
RUNTIME_PATHS="- test/build/bin/example_test"
122122
else

0 commit comments

Comments
 (0)