Skip to content

Commit

Permalink
Fixing Ubuntu Build
Browse files Browse the repository at this point in the history
  • Loading branch information
SySyAli committed Dec 25, 2023
1 parent e022cf9 commit 123b864
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,23 @@ jobs:
- name: Build
run: cmake --build build

- name: Test
- name: List bin directory
run: |
cd bin
ls
cd tests
ls
- name: List build directory
run: |
cd build
ls
cd debug
ls
- name: Run Tests
run: |
cd bin
ls
cd tests
ls
ctest
Expand Down

0 comments on commit 123b864

Please sign in to comment.