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 98e23f1 commit 2fbdcec
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,15 @@ jobs:
run: chmod +x gradlew

- name: Run Unit Tests
run: ./gradlew test
run: ./gradlew test


- name: 'Sending SMS Notification'
uses: twilio-labs/actions-sms@v1
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 }}

0 comments on commit 2fbdcec

Please sign in to comment.