Skip to content

Integrate tapir-mail in wirgarten tapir #1023

Integrate tapir-mail in wirgarten tapir

Integrate tapir-mail in wirgarten tapir #1023

Workflow file for this run

name: Run Tests
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Run Test
run: docker-compose run web make test