Skip to content

Commit 17dfe00

Browse files
committed
CI script adapted to new structure.
#31
1 parent c3787d0 commit 17dfe00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
# Dependencies
2929
- name: Build CUnit
3030
run: |
31-
cd ./vscp/test
31+
cd ./test
3232
make cunit
3333
cd CUnit-2.1-3
3434
sudo make install
3535
sudo /sbin/ldconfig -v
36-
cd ../../..
36+
cd ../..
3737
3838
# Run VSCP-framework test
3939
- name: Run VSCP-framework test
4040
run: |
41-
cd ./vscp/test
41+
cd ./src/test
4242
make debug
4343
cd bin
4444
./vscp_test
45-
cd ../../..
45+
cd ../..

0 commit comments

Comments
 (0)