Skip to content

Add a github workflow file for running tests #1

Add a github workflow file for running tests

Add a github workflow file for running tests #1

Workflow file for this run

name: Test
on: [push]
env:
DJANGO_SETTINGS_MODULE: "testing.test_settings"
jobs:
Test:
runs-on: python:3.11
steps:
- run: >-
pip install -e .

Check failure on line 10 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
cp testing/test_settings.py ./
django-admin test massmigration