Skip to content

Commit

Permalink
we don't run 'make check' only test succesful build
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed May 3, 2024
1 parent bc5542d commit 51023c3
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ticcltools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,7 @@ jobs:
run: |
cid=$(echo ${{matrix.compiler}} | cut -d\+ -f1)
echo "cid=$cid" >> $GITHUB_ENV
- name: Notify IRC of failure
if: ${{ steps.check.outcome != 'success' }}
uses: Gottox/irc-message-action@v2
with:
server: irc.uvt.nl
channel: '#gitlama'
nickname: GH-${{ runner.os }}-${{ env.cid }}
message: "ticcltools [${{ needs.notification.outputs.branch }}] \
build with ${{ matrix.compiler }} by ${{ github.actor }} on ${{ matrix.os }}: \
\u00034FAIL\u0003"

- name: Notify IRC of succes
if: ${{ steps.check.outcome == 'success' }}
- name: Notify IRC of succesfull build
uses: Gottox/irc-message-action@v2
with:
server: irc.uvt.nl
Expand Down

0 comments on commit 51023c3

Please sign in to comment.