Skip to content

add premium field #1534

add premium field

add premium field #1534

Workflow file for this run

name: Django CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:

Check failure on line 12 in .github/workflows/django.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/django.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.11.6]
pipenv-version: ["v2022.11.5"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v8
- run: poetry --version
- name: Install Dependencies
run: poetry install
env:
ENC_KEY: ${{ secrets.ENC_KEY}}
CLOUDINARY_URL: ${{ secrets.CLOUDINARY_URL}}
- name: Run Tests
run: poetry run python manage.py test --settings=petroly.settings.dev --no-input account