Skip to content

Commit 7f6028a

Browse files
committed
Remove bogus output-dir
1 parent df07652 commit 7f6028a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gtest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
- name: CMake tests
5454
run: cmake -B gh-build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="conan_provider.cmake" -DCONAN_INSTALL_ARGS="-o=tests=True;--settings=compiler.cppstd=gnu23;--build=missing;--version=1.0.1-1"
5555
- name: Build Wrapper
56-
run: cd test && build-wrapper-linux-x86-64 --out-dir sonar-out cmake --build gh-build
56+
run: build-wrapper-linux-x86-64 --out-dir sonar-out cmake --build gh-build
5757
- name: Sonar Scanner
58-
run: cd test && sonar-scanner --define sonar.cfamily.compile-commands=sonar-out/compile_commands.json
58+
run: sonar-scanner --define sonar.cfamily.compile-commands=sonar-out/compile_commands.json
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6262
- name: Run Tests
63-
run: cd test/gh-build && ./sigslot-test
63+
run: cd gh-build && ./sigslot-test
6464
- name: Create package (Debug)
6565
run: conan create . -s build_type=Debug -s compiler.cppstd=gnu23 -b missing --version=${{ env.VERSION }}
6666
- name: Create package (Release)

0 commit comments

Comments
 (0)