We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8029253 commit 21b65dbCopy full SHA for 21b65db
.github/workflows/build-and-test.yml
@@ -60,7 +60,7 @@ jobs:
60
env:
61
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
62
TERM: xterm
63
- cwd: ${{ github.workspace }}/agent
+ working-directory: ./agent
64
run: bin/test_install
65
66
- uses: actions/setup-java@v4
@@ -82,5 +82,5 @@ jobs:
82
83
84
85
86
run: bin/test_run
0 commit comments