Skip to content

Commit 0f2b729

Browse files
committed
remove [skip ci]
1 parent 1189fa0 commit 0f2b729

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -72,35 +72,6 @@ jobs:
7272
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
7373
make -j$(nproc) HAVE_RULES=yes
7474
75-
# do not use pushd in this step since we go below the working directory
76-
- name: Run test/cli (symlink)
77-
run: |
78-
cd ..
79-
ln -s cppcheck 'cpp check'
80-
cd 'cpp check/test/cli'
81-
python3 -m pytest -Werror --strict-markers -vv
82-
83-
# FIXME: proj2_test.py fails because of the relative path cleanups in ImportProject::setRelativePaths()
84-
# It fails because the application path used as base path has its symlink resolved by getcwd().
85-
- name: Run test/cli (symlink)
86-
if: false
87-
run: |
88-
ln -s . 'cpp check'
89-
python3 -m pytest -Werror --strict-markers -vv 'cpp check/test/cli'
90-
91-
- name: Run test/cli (-j2)
92-
run: |
93-
python3 -m pytest -Werror --strict-markers -vv test/cli
94-
env:
95-
TEST_CPPCHECK_INJECT_J: 2
96-
97-
- name: Run test/cli (--clang)
98-
if: false
99-
run: |
100-
python3 -m pytest -Werror --strict-markers -vv test/cli
101-
env:
102-
TEST_CPPCHECK_INJECT_CLANG: clang
103-
10475
- name: Run cfg tests
10576
if: matrix.os != 'ubuntu-22.04'
10677
run: |

0 commit comments

Comments
 (0)