Skip to content

Commit

Permalink
updated test file
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Feb 20, 2024
1 parent e6860b6 commit 2d79657
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sail/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ runs:
echo "$KEY=$VALUE" >> .env
done
docker run -i --rm \
--platform=${{ inputs.platform }} \
--env-file .env \
$image_name
docker run -i --rm --platform=${{ inputs.platform }} --env-file .env $image_name
echo "exit_code=$?" >> $GITHUB_ENV
Expand Down

0 comments on commit 2d79657

Please sign in to comment.