Skip to content

Bump mobs_monster from 6ea38b5 to edc86fe #3348

Bump mobs_monster from 6ea38b5 to edc86fe

Bump mobs_monster from 6ea38b5 to edc86fe #3348

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- name: test
run: docker compose up --exit-code-from test test
- name: 📧 Discord success notification
continue-on-error: true
env:
DISCORD_WEBHOOK: ${{ secrets.discord_webhook }}
uses: Ilshidur/action-discord@master
with:
args: '☑️ Integration test passed for branch `${{ github.ref }}` and commit `${{ github.sha }}`'
- name: 📧 Discord failure notification
if: failure()
env:
DISCORD_WEBHOOK: ${{ secrets.discord_webhook }}
uses: Ilshidur/action-discord@master
with:
args: '🚫 Integration test failed for branch `${{ github.ref }}` and commit `${{ github.sha }}`'