Skip to content

Commit

Permalink
Fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Oct 3, 2024
1 parent 70c69aa commit 531bb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ exit_code=0
$CONTAINER_CLI run $background_args $dns_args \
--name $container_name \
-v $SCRIPT_DIR/../website/docs:/content \
-v $SCRIPT_DIR/../manifests:/manifests \
-v $SCRIPT_DIR/../manifests:/eks-workshop/manifests \
-e 'EKS_CLUSTER_NAME' -e 'AWS_REGION' -e 'RESOURCES_PRECREATED' \
$aws_credential_args $container_image -g "${actual_glob}" --hook-timeout 3600 --timeout 3600 $output_args ${AWS_EKS_WORKSHOP_TEST_FLAGS} || exit_code=$?

Expand Down

0 comments on commit 531bb57

Please sign in to comment.