We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b1724 commit cf0fa29Copy full SHA for cf0fa29
.github/workflows/test.yml
@@ -91,6 +91,14 @@ jobs:
91
touch "$CONF_PATH/global.cylc"
92
ln -s "$CONF_PATH/global.cylc" "$CONF_PATH/global-tests.cylc"
93
94
+ cat >> "$CONF_PATH/global.cylc" <<__HERE__
95
+ [platforms]
96
+ [[_local_background_indep_tcp]]
97
+ hosts = localhost
98
+ install target = localhost
99
+ ssh command = ssh -oBatchMode=yes -oConnectTimeout=8 -oStrictHostKeyChecking=no
100
+ __HERE__
101
+
102
# Check that Cylc Review is installed!
103
# (We're only interested if it emits an error):
104
cylc review --help > /dev/null || exit 1
0 commit comments