Skip to content

Commit d05532e

Browse files
committed
ci(codeclimate): re-order if expression
1 parent c67d4f5 commit d05532e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
run: yarn jest
5757

5858
- name: Code Climate test reporter (after build)
59+
if: matrix.node_version == 14 && matrix.os == 'ubuntu-latest' && github.event_name != 'pull_request'
5960
run: cc-test-reporter after-build
60-
if: ${{ github.event_name != 'pull_request' }} && matrix.node_version == 14 && matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)