File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /usr/ bin/env bash
22
33set -o errexit
44set -o pipefail
@@ -21,7 +21,7 @@ if [[ -d $GITHUB_WORKSPACE ]]
2121then
2222 echo " [INFO] GITHUB_WORKSPACE is set: '$GITHUB_WORKSPACE '"
2323else
24- GITHUB_WORKSPACE=" $( readlink --canonicalize-existing " $script_dir /../.." ) "
24+ GITHUB_WORKSPACE=" $( cd " $script_dir /../.." && pwd ) "
2525 echo " [INFO] set GITHUB_WORKSPACE to: '$GITHUB_WORKSPACE '"
2626fi
2727
Original file line number Diff line number Diff line change @@ -125,3 +125,7 @@ Tests/coverage.*
125125
126126# docs
127127docs /temp /
128+
129+ # ci logs
130+ .ci /ubuntu /log /*
131+
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This library is in early stages of development. It is meant to be used with Rabb
44
55## How to Run
66
7- - Start the broker with ` ./.ci/ubuntu/gha-setup.sh ` . Note that this has been tested on Ubuntu 22 with docker.
7+ - Start the broker with ` ./.ci/ubuntu/gha-setup.sh start ` . Note that this has been tested on Ubuntu 22 with docker.
88- Run the tests with ` dotnet test ./Build.csproj --logger "console;verbosity=detailed" /p:AltCover=true `
99- Stop RabbitMQ with ` ./.ci/ubuntu/gha-setup.sh stop `
1010
You can’t perform that action at this time.
0 commit comments