Skip to content

Commit

Permalink
Enhancement (ci): Add displaying of test image duration (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh authored Mar 13, 2024
1 parent 3be5d3c commit 807c4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ docker inspect "$BUILD_IMAGE"
docker history "$BUILD_IMAGE"

# Test the image
docker run -t --rm --entrypoint /bin/sh "$BUILD_IMAGE" -c 'printenv && ls -al && exec steamcmd.sh +login anonymous +quit'
time docker run -t --rm --entrypoint /bin/sh "$BUILD_IMAGE" -c 'printenv && ls -al && exec steamcmd.sh +login anonymous +quit'

# Push the image
if [ -n "$RELEASE_TAG_REF" ]; then
Expand Down

0 comments on commit 807c4f6

Please sign in to comment.