danixfs/.github/workflows/test.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 4: mapping key "on" already defined at line 3

27 lines
541 B
YAML

name: Danix File System
on: pull_request
on: push
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
- uses: actions/setup-python@v2
- with:
python-version: 3.11
- name: Install Requirements
run: |
pip install -r requirements.txt
- name: Creating Database
run: |
python manage.py makemigrations
python manage.py migrate
- name: Run Danix
run: |
python danix.py