Skip to content

Commit 8a74e64

Browse files
committed
WIP
1 parent 62dce26 commit 8a74e64

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
@@ -61,7 +61,7 @@ jobs:
6161
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
6262
TERM: xterm
6363
working-directory: ./agent
64-
run: bin/test_install
64+
run: bin/test_projects
6565

6666
- uses: actions/setup-java@v4
6767
name: Set up Java with Maven
@@ -83,4 +83,4 @@ jobs:
8383
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
8484
TERM: xterm
8585
working-directory: ./agent
86-
run: bin/test_run
86+
run: bin/run_tests

0 commit comments

Comments
 (0)