Skip to content

Commit

Permalink
馃棑 Dec 29, 2021 6:02:06 PM
Browse files Browse the repository at this point in the history
馃挌 build steps added/updated
  • Loading branch information
securisec committed Dec 29, 2021
1 parent 3840240 commit 7abcc7e
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/tests_multi_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
max-parallel: 6
matrix:
os: [ubuntu-18.04, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version:
- "3.8"
# - "3.9"
Expand Down Expand Up @@ -79,17 +79,10 @@ jobs:
run: |
bandit --recursive chepy/ --ignore-nosec --skip B101,B413,B303,B310,B112,B304,B320,B410,B404,B608,B311
- name: Test docs
if: ${{ !env.ACT }} && contains(matrix.os, 'ubuntu')
run: |
make -C docs/ clean html
# - name: Upload to codecov
# if: startsWith(matrix.os,'ubuntu')
# uses: codecov/codecov-action@v1.0.3
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# file: ./coverage.xml
# - name: Test docs
# if: ${{ !env.ACT }} && contains(matrix.os, 'ubuntu')
# run: |
# make -C docs/ clean html

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7abcc7e

Please sign in to comment.