Skip to content

chore: just test if this project can be running or not #8

chore: just test if this project can be running or not

chore: just test if this project can be running or not #8

Workflow file for this run

name: Test
on:
pull_request:
push: { branches: master }
jobs:
test:
name: Run Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build container
run: docker compose build
- name: Run tests
run: docker compose -f "docker-compose.test.yaml" up --abort-on-container-exit --exit-code-from test --attach test