Skip to content

docs: Add catalog-info.yaml for GitHub actions and Discord integration #22

docs: Add catalog-info.yaml for GitHub actions and Discord integration

docs: Add catalog-info.yaml for GitHub actions and Discord integration #22

Workflow file for this run

name: Test
on: [push]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Test
run: |
docker-compose -f docker-compose.test.yml build test
docker-compose -f docker-compose.test.yml run --rm test