Skip to content

Commit 86fc3d8

Browse files
committed
correct path
1 parent 6b00fca commit 86fc3d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ jobs:
6262

6363
- name: Run Unit Tests
6464
run: |
65-
ls ${{github.workspace}}
66-
cd ${{github.workspace}}/build/tests
65+
cd ${{github.workspace}}
6766
./spinwalk_test

0 commit comments

Comments
 (0)