Skip to content

Commit

Permalink
Refactored yml and md files
Browse files Browse the repository at this point in the history
  • Loading branch information
Reddy committed Jul 31, 2020
1 parent 17c92db commit 28d36da
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions .github/workflows/python-app.yml
Expand Up @@ -13,31 +13,30 @@ on:
env:
NODE_VERSION: '10.13.0' # set this to the node version to use
jobs:
jobs:
build:
name: Conduct "Static analysis, Test & Coverage, Spell check, Mutation testing " for 🐍 code
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
node-version: ${{ env.NODE_VERSION }}
- name: Upgrade pip
run: |
python3 -m pip install --upgrade pip
- name: Install dependencies Conduct Static analysis Test Coverage Mutation
run: |
python3 build_scripts/dependencies_static_analysis_test_cov.py
- uses: actions/upload-artifact@v2
with:
name: my-artifact_static_analysis
path: |
htmlcov
CC.xml
jscpd-report.json
mutation.txt
build:
name: Conduct "Static analysis, Test & Coverage, Spell check, Mutation testing " for 🐍 code
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
node-version: ${{ env.NODE_VERSION }}
- name: Upgrade pip
run: |
python3 -m pip install --upgrade pip
- name: Install dependencies Conduct Static analysis Test Coverage Mutation
run: |
python3 build_scripts/dependencies_static_analysis_test_cov.py
- uses: actions/upload-artifact@v2
with:
name: my-artifact_static_analysis
path: |
htmlcov
CC.xml
jscpd-report.json
mutation.txt
publish:
name: Build , Smoke test , Performance test, and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
Expand Down

0 comments on commit 28d36da

Please sign in to comment.