Skip to content

Commit 487904c

Browse files
committed
tests: GHA Debugging 2 - TO BE SQUASHED
Removed bad file path causing Build WASM Sample step to crash. Signed-off-by: Matthew Gee <mgee@iol.unh.edu>
1 parent ee9a11f commit 487904c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
run: |
212212
echo $GITHUB_WORKSPACE
213213
pwd
214-
ls $GITHUB_WORKSPACE/ocre-sdk/${{ matrix.sample.path }}/build
214+
ls $GITHUB_WORKSPACE/ocre-sdk/${{ matrix.sample.path }}
215215
echo "----"
216216
ls
217217
echo "----"

0 commit comments

Comments
 (0)