Skip to content

Commit

Permalink
test: test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
molingyu committed Sep 5, 2024
1 parent 79e3619 commit 9d48ebd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
working-directory: ${{github.workspace}}
run: cmake --build ./build --config ${{env.BUILD_TYPE}}

- name: echo dir
- run: tree ./

- name: Test
working-directory: ${{github.workspace}}/build
run: ./bin/${{env.BUILD_TYPE}}/test

0 comments on commit 9d48ebd

Please sign in to comment.