Skip to content

Commit 21b65db

Browse files
committed
WIP
1 parent 8029253 commit 21b65db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
6262
TERM: xterm
63-
cwd: ${{ github.workspace }}/agent
63+
working-directory: ./agent
6464
run: bin/test_install
6565

6666
- uses: actions/setup-java@v4
@@ -82,5 +82,5 @@ jobs:
8282
env:
8383
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
8484
TERM: xterm
85-
cwd: ${{ github.workspace }}/agent
85+
working-directory: ./agent
8686
run: bin/test_run

0 commit comments

Comments
 (0)