Skip to content

Commit 590cbdf

Browse files
[REGRESSION] fix syntax by reverting - OPS MISSED ON (- WIP #74 -)
1 parent e07e301 commit 590cbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
path: ./test-reports/
238238
if-no-files-found: ignore
239239
- name: code-climate for ${{ matrix.python-version }}
240-
if: $runner.os != "Linux"
240+
if: ${{ runner.os }} != "Linux"
241241
shell: bash
242242
run: |
243243
if [ "$OS" == "macos-latest" ] ; then ./cc-test-reporter after-build --exit-code 0 || true ; else echo "SKIP code climate" ; fi ;

0 commit comments

Comments
 (0)