We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91ef2c commit ac9c72cCopy full SHA for ac9c72c
.github/workflows/common-testing.yml
@@ -313,16 +313,6 @@ jobs:
313
echo "color=danger" >> "$GITHUB_OUTPUT"
314
fi
315
316
- - uses: sersoft-gmbh/setup-gh-cli-action@2d02c06e284b7d55e954d6d6406e7a886f45a818 # v2
317
- with:
318
- version: stable
319
-
320
- - name: Get job log
321
- env:
322
- GH_TOKEN: ${{ github.token }}
323
- run: |
324
- gh run view --job ${{ github.job.id }} --log | grep "test result"
325
326
- name: Post nightly tests results in a channel
327
if: always() && github.event_name == 'schedule'
328
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
0 commit comments