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 7a1eaf3 commit 3a854f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ jobs:
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: echo dir
run: echo ${{github.workspace}}

- name: Build
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 3a854f3

Please sign in to comment.