Skip to content

Commit

Permalink
fix .github test
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliobosco committed Jan 24, 2024
1 parent 6c73a7c commit babd40a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,4 @@ jobs:
uses: actions/checkout@v2

- name: Running Tests
run: go test -v ./...

- name: Send notification to telegram bot
uses: yanzay/notify-telegram@v0.1.0
if: always()
with:
chat: ${{ secrets.telegram_chat }} # user id or channel name secret
token: ${{ secrets.telegram_token }} # token secret
status: ${{ job.status }} # do not modify this line
run: go test -v ./...

0 comments on commit babd40a

Please sign in to comment.