File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments