Skip to content

Containerize application, remove unused edit_data and make_races management commands #1

Containerize application, remove unused edit_data and make_races management commands

Containerize application, remove unused edit_data and make_races management commands #1

Workflow file for this run

name: CI
on:
push:
branches:
- master
- deploy
pull_request:
branches:
- master
jobs:
test:

Check failure on line 13 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 13, Col: 3): The workflow must contain at least one job with no dependencies.
name: Run tests
needs: run-linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- shell: bash
run: |
cp .env.example .env
- name: Build containers and run tests
run: docker-compose -f docker-compose.yml -f tests/docker-compose.yml run --rm app