Skip to content

Commit

Permalink
Fixing Ubuntu Build test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
SySyAli committed Dec 25, 2023
1 parent c576ea1 commit 4d6b3d9
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,10 @@ jobs:
- name: Build
run: cmake --build build

- name: List bin directory
run: |
cd bin
ls
./tests
- name: List build directory
run: |
cd build
ls
cd debug
ls
- name: Run Tests
run: |
cd bin
ls
cd tests
ls
ctest
./tests
linter:
runs-on: windows-latest
Expand Down

0 comments on commit 4d6b3d9

Please sign in to comment.