Skip to content

Commit 46d93b2

Browse files
committed
rename
1 parent d41d179 commit 46d93b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Run pylint
5050
run: |
5151
set +e # disabling exit on non-zero error code so can output warnings without failing
52-
pylint stackhpc_openstack_tests/*.py
52+
pylint stackhpc_cloud_tests/*.py
5353
EXIT_CODE=$?
5454
set -e
5555
if [[ $(($EXIT_CODE & 3)) > 0 ]] #bitwise check for pylint exit codes which indicate errors (01 and 10) https://pylint.readthedocs.io/en/latest/user_guide/usage/run.html#exit-codes

0 commit comments

Comments
 (0)