Fix issue in gh action

This commit is contained in:
2022-05-19 11:46:48 +02:00
parent 81da48ec31
commit a9c40f1fb7

View File

@@ -12,8 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python: [3.8, "3.10"]
os: [ubuntu-latest]
python: ["3.10"]
steps:
- uses: actions/checkout@v2
@@ -39,9 +39,6 @@ jobs:
coverage run -m xmlrunner -v mufs.tests -o .report
coverage xml -i -o .report/coverage.xml
coverage report -m --fail-under=100
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: echo "project_version=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
- uses: sonarsource/sonarqube-scan-action@master
env: