Skip to content

Send Message To Discord About Service Blocking #159

Send Message To Discord About Service Blocking

Send Message To Discord About Service Blocking #159

Workflow file for this run

name: Tests
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
run_tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run script file
run: |
chmod +x ./scripts/test.sh
./scripts/test.sh
shell: bash