Give the ability to moderators to react quickly to /report abuse reports. (#137)

This commit is contained in:
David Teller
2021-11-09 13:15:49 +01:00
committed by GitHub
parent e7195678d4
commit a21415a04c
12 changed files with 1288 additions and 169 deletions
+25
View File
@@ -0,0 +1,25 @@
name: Mjolnir
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install mx-tester
run: cargo install mx-tester
- name: Setup image
run: RUST_LOG=debug mx-tester build up
- name: Setup dependencies
run: yarn install
- name: Run tests
run: RUST_LOG=debug mx-tester run