Skip to content

Commit 16e759e

Browse files
committed
🚧 CI: update path to tests
1 parent 6a20590 commit 16e759e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: |
3737
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
3838
cd ${{github.workspace}}/build
39-
./tests/test-initcpio
40-
./tests/test-pacmanconf
39+
./gucc/tests/test-initcpio
40+
./gucc/tests/test-pacmanconf
4141
shell: bash
4242
build-cmake_withoutdev:
4343
name: Build with CMake (DEVENV OFF)
@@ -80,8 +80,8 @@ jobs:
8080
run: |
8181
meson compile -C ${{github.workspace}}/build
8282
cd ${{github.workspace}}/build
83-
./tests/test-initcpio
84-
./tests/test-pacmanconf
83+
./gucc/tests/test-initcpio
84+
./gucc/tests/test-pacmanconf
8585
shell: bash
8686
build-meson_withoutdev:
8787
name: Build with Meson (DEVENV OFF)

0 commit comments

Comments
 (0)