Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QuaNilo authored Dec 3, 2023
1 parent 2fbdcec commit 699ccc6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
- name: Run Unit Tests
run: ./gradlew test


- name: 'Sending SMS Notification'
uses: twilio-labs/actions-sms@v1
- name: Discord notification
uses: cl8dep/action-discord@v0
with:
fromPhoneNumber: ${{secrets.TWILIO_FROM_NUMBER}}
toPhoneNumber: ${{secrets.XICO_NUMBER}}
message: 'Olá Francisco'
env:
TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
TWILIO_AUTH_TOKEN: ${{ secrets.TWILIO_AUTH_TOKEN }}
webhook: ${{ secrets.DISCORD_WEBHOOK }}
message: '104 Kilos de formusura'
username: 'A tua mãe'
avatar: 'https://i.pinimg.com/originals/a8/91/8a/a8918a2421977089bc5c167158cff466.png'

0 comments on commit 699ccc6

Please sign in to comment.