We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dce26 commit 8a74e64Copy full SHA for 8a74e64
.github/workflows/build-and-test.yml
@@ -61,7 +61,7 @@ jobs:
61
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
62
TERM: xterm
63
working-directory: ./agent
64
- run: bin/test_install
+ run: bin/test_projects
65
66
- uses: actions/setup-java@v4
67
name: Set up Java with Maven
@@ -83,4 +83,4 @@ jobs:
83
84
85
86
- run: bin/test_run
+ run: bin/run_tests
0 commit comments