1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 08:43:57 +00:00

Update test.yml

This commit is contained in:
Fenny 2020-04-20 22:10:42 +02:00
parent d995569329
commit 13d88c614b

View File

@ -15,4 +15,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -v
run: go test -v
- name: send message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
The ${{ github.event_name }} event triggered final step.
echo This event is a pull request that had an assignee removed.