Skip to content

Commit dc778ca

Browse files
committed
Modify comment
1 parent 5732190 commit dc778ca

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,7 @@ jobs:
8686
touch "$CONF_PATH/global.cylc"
8787
ln -s "$CONF_PATH/global.cylc" "$CONF_PATH/global-tests.cylc"
8888
89-
# cat >> "$CONF_PATH/global.cylc" <<__HERE__
90-
# [platforms]
91-
# [[_local_background_indep_tcp]]
92-
# hosts = localhost
93-
# install target = localhost
94-
# ssh command = ssh -oBatchMode=yes -oConnectTimeout=8 -oStrictHostKeyChecking=no
95-
# __HERE__
96-
97-
# Check that Cylc Review is ready to run
89+
# Check that Cylc Review is installed!
9890
# (We're only interested if it emits an error):
9991
cylc review --help > /dev/null || exit 1
10092

0 commit comments

Comments
 (0)