Skip to content

Commit

Permalink
changes in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed Jan 11, 2022
1 parent cda93d6 commit c5aeb9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

name: Python application

on:
push:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -13,8 +12,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: /
python -m pip install --upgrade zip
if [ -f requirements.txt ]; tehn pip install -r requirements.txt; fi
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test selenium
run: /
python manage.py test

0 comments on commit c5aeb9f

Please sign in to comment.