Skip to content

Commit

Permalink
debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 23, 2024
1 parent 816046a commit fbaa103
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
run: cmake --build build --config ${{ env.VCPKG_CONFIG }}
working-directory: .

- name: debug
run: ls -R
working-directory: build/test


- name: 🧪 unit tests
run: test.exe
working-directory: build/test/Release
Expand Down

0 comments on commit fbaa103

Please sign in to comment.