From 001531d091c979ba824fcfea31a5e799abd30b8e Mon Sep 17 00:00:00 2001 From: "mueez.khan" Date: Tue, 11 Jan 2022 13:28:22 +0500 Subject: [PATCH] allah jane --- .github/workflows/python-app.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f8d3e4c..7861498 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -3,18 +3,18 @@ name: Python application on: push: branches: [ main ] - + jobs: build: - + runs-on: 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 \ No newline at end of file + - 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 \ No newline at end of file