Skip to content

Commit 3e23d5b

Browse files
committed
fixed typo
Signed-off-by: Loic Pottier <[email protected]>
1 parent 009b36a commit 3e23d5b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,8 @@ jobs:
490490
# \"rabbitmq-exchange\": \"ams-fanout\",
491491
# \"rabbitmq-routing-key\": \"training\"
492492
# }""" > $GITHUB_WORKSPACE/rmq.json
493-
494-
cat $GITHUB_WORKSPACE/build/tests/AMSlib/rmq.json
495493
496-
export AMS_LOG_LEVEL=debug
497-
AMS_OBJECTS=$GITHUB_WORKSPACE/build/tests/AMSlib/rmq.json $GITHUB_WORKSPACE/build/tests/AMSlib/ams_rmq 0 8 9 "double" 2 1024
494+
AMS_LOG_LEVEL=debug AMS_OBJECTS=$GITHUB_WORKSPACE/build/tests/AMSlib/rmq.json $GITHUB_WORKSPACE/build/tests/AMSlib/ams_rmq 0 8 9 "double" 2 1024
498495
499496
#ctest --output-on-failure -R AMSEndToEndFromJSON::NoModel::Double::DB::rmq::HOST
500497
env:

0 commit comments

Comments
 (0)