Skip to content

Commit 0374e07

Browse files
committed
cd into svgnative
1 parent 77a3c84 commit 0374e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
command: 'cd svgnative && cmake --build build/linux'
7676
- run:
7777
name: Run unit testing
78-
command: './build/linux/tests/unitTesting'
78+
command: 'cd svgnative && ./build/linux/tests/unitTesting'
7979
build_with_style_support:
8080
docker:
8181
- image: cimg/base:2023.12

0 commit comments

Comments
 (0)