Skip to content

Commit

Permalink
Merge pull request #118 from MithishR/ojus-autmating-tests
Browse files Browse the repository at this point in the history
GitHub Action to Automate tests.py
  • Loading branch information
prathamkshah13 authored Mar 27, 2024
2 parents acae4df + 210e6c3 commit 19d742c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/running_tests_py.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Running Tests.py

on:
push:
branches:
- main
workflow_dispatch:

jobs:
pull:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Build Docker image
run: |
.\win_docker_build_and_run.bat
- name: Build Docker imagea
run: |
docker compose run web python manage.py test

0 comments on commit 19d742c

Please sign in to comment.