Skip to content

Commit ced340c

Browse files
committed
debug
1 parent 9ccc5ac commit ced340c

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,20 @@ jobs:
6969
run: |
7070
pip install -e .[all]
7171
72-
- name: Style test
73-
if: startsWith(matrix.os, 'ubuntu')
74-
run: flake8 cylc/uiserver/* tests/integration/*
72+
# Commented whilst fiddling with Cylc Review Tests
73+
# - name: Style test
74+
# if: startsWith(matrix.os, 'ubuntu')
75+
# run: flake8 cylc/uiserver/* tests/integration/*
7576

76-
- name: Type checking
77-
if: startsWith(matrix.os, 'ubuntu')
78-
run: mypy
77+
# - name: Type checking
78+
# if: startsWith(matrix.os, 'ubuntu')
79+
# run: mypy
7980

80-
- name: Check changelog
81-
uses: cylc/release-actions/towncrier-draft@v1
81+
# - name: Check changelog
82+
# uses: cylc/release-actions/towncrier-draft@v1
8283

83-
- name: Test
84-
run: pytest
84+
# - name: Test
85+
# run: pytest
8586

8687
- name: Cylc Review tests
8788
id: review_tests
@@ -93,7 +94,7 @@ jobs:
9394
9495
cat >> "$CONF_PATH/global.cylc" <<__HERE__
9596
[platforms]
96-
[[_local_background_indep_tcp]]
97+
[[localhost, $(hostname -f), $(hostname -s)]]
9798
hosts = localhost
9899
install target = localhost
99100
ssh command = ssh -oBatchMode=yes -oConnectTimeout=8 -oStrictHostKeyChecking=no

0 commit comments

Comments
 (0)