Skip to content

Commit

Permalink
Create django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masterGoverment authored Jan 12, 2025
1 parent 99d84ec commit 1d6cc39
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Django CI

on:
push:User Release Key
branches: "main"

jobs:
build:

runs-on: ubuntu-latest
strategy:
max-parallel: 0
matrix:
python-version: 3.9

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: $ matrix.python-version
- name: Install METADATA
run: {
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
run: id
python implement.py test

0 comments on commit 1d6cc39

Please sign in to comment.