Skip to content

Commit b55e135

Browse files
committed
GitHub Actions support
1 parent 8f338eb commit b55e135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
docker build -t hjerpbakk/dotnet-script-local:0.50.0 .
33

44
ARGUMENT="42"
5-
RESULT=$(docker run --rm -it --volume="$PWD:/scripts:ro" hjerpbakk/dotnet-script-local:0.50.0 test.csx -- "$ARGUMENT" | tr -d '\r' | tr -d '[?1h=')
5+
RESULT=$(docker run --rm --volume="$PWD:/scripts:ro" hjerpbakk/dotnet-script-local:0.50.0 test.csx -- "$ARGUMENT" | tr -d '\r' | tr -d '[?1h=')
66

77
if [ "$RESULT" = "$ARGUMENT" ]; then
88
echo "dotnet-script ran successfully";

0 commit comments

Comments
 (0)