Skip to content

Commit cf0fa29

Browse files
committed
set local platform
1 parent 56b1724 commit cf0fa29

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ jobs:
9191
touch "$CONF_PATH/global.cylc"
9292
ln -s "$CONF_PATH/global.cylc" "$CONF_PATH/global-tests.cylc"
9393
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+
94102
# Check that Cylc Review is installed!
95103
# (We're only interested if it emits an error):
96104
cylc review --help > /dev/null || exit 1

0 commit comments

Comments
 (0)