Skip to content

Commit

Permalink
fix(github-action): fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Aug 14, 2024
1 parent e90cb12 commit 2e97ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
if [[ "${test_mute_cmd}" == true ]]; then
echo "goss_args=tail -f /dev/null" >> $GITHUB_OUTPUT
echo "goss_entrypoint=--entrypoint ''" >> $GITHUB_OUTPUT
fi
if [[ "${insecure}" != true ]]; then
echo "goss_secure=--read-only -u 65000:65000" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 2e97ffe

Please sign in to comment.