Skip to content

Commit

Permalink
Avoid using "working-directory" as they do not work in containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Apr 19, 2024
1 parent 56a46e8 commit 23f1bf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cxx_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ jobs:
run: cmake --build ${{github.workspace}}/build

- name: Run unit-tests
working-directory: ${{github.workspace}}/build
run: make test ARGS=--verbose"
run: make -C build test ARGS=--verbose"

0 comments on commit 23f1bf4

Please sign in to comment.