Skip to content

Commit

Permalink
Add test job
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli committed Oct 26, 2023
1 parent ace699d commit c983aaa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_discord_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ on:
required: false
default: Test summary

jobs:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
echo "event: ${{ github.event.repository }}"
notify-discord:
uses: MinecraftschurliMods/.github/.github/workflows/notify_discord.yml@main
with:
Expand Down

0 comments on commit c983aaa

Please sign in to comment.