We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67d4f5 commit d05532eCopy full SHA for d05532e
1 file changed
.github/workflows/jest.yml
@@ -56,5 +56,5 @@ jobs:
56
run: yarn jest
57
58
- name: Code Climate test reporter (after build)
59
+ if: matrix.node_version == 14 && matrix.os == 'ubuntu-latest' && github.event_name != 'pull_request'
60
run: cc-test-reporter after-build
- if: ${{ github.event_name != 'pull_request' }} && matrix.node_version == 14 && matrix.os == 'ubuntu-latest'
0 commit comments