Skip to content

Commit

Permalink
dubara se jo phle se masla arhaa tha wo lane ki koshish
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed Jan 11, 2022
1 parent 626c0b2 commit 51faf5d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: Python application
on:
push:
branches: [ main ]

jobs:
build:

runs-on: ubuntu-latest

runs-onk: ubuntu-latest

steps:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
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
- name: Install dependencies
run: /
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 51faf5d

Please sign in to comment.