We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5732190 commit dc778caCopy full SHA for dc778ca
.github/workflows/test.yml
@@ -86,15 +86,7 @@ jobs:
86
touch "$CONF_PATH/global.cylc"
87
ln -s "$CONF_PATH/global.cylc" "$CONF_PATH/global-tests.cylc"
88
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
+ # Check that Cylc Review is installed!
98
# (We're only interested if it emits an error):
99
cylc review --help > /dev/null || exit 1
100
0 commit comments