Skip to content

Commit d962d3c

Browse files
authored
Fix typo in forgetool command for container tests
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
1 parent 126c003 commit d962d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/app-tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ runs:
5757
VERSION: ${{ inputs.version }}
5858
TESTHELPERS_CONTAINER_LOGS: all
5959
run: |-
60-
forgetool container test --image "${TEST_IMAGE}" --config "./apps/${APP}/container-test.yaml"
60+
forgetool containers test --image "${TEST_IMAGE}" --config "./apps/${APP}/container-test.yaml"

0 commit comments

Comments
 (0)