Skip to content

Commit

Permalink
simply action, rename to django-test
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin authored Aug 29, 2024
1 parent 2ad5918 commit a6510a7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 32 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Django Test

on:
push:
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
- name: Install Poetry
run: python -m pip install --user poetry
- name: Install Dependencies
run: poetry install --no-interaction --no-root
- name: Run Tests
run: python manage.py test
32 changes: 0 additions & 32 deletions .github/workflows/django.yml

This file was deleted.

0 comments on commit a6510a7

Please sign in to comment.