Skip to content

Commit

Permalink
Update ci-main-test-coverage-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons authored Aug 9, 2024
1 parent 2dbd7b6 commit 2e62e16
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-main-test-coverage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ jobs:
sudo mkdir /config /icloud &&
sudo chown -R $(id -u):$(id -g) /config /icloud &&
ENV_CONFIG_FILE_PATH=./tests/data/test_config.yaml pytest
- name: Upload coverage artifacts
uses: actions/upload-artifact@v4
if: ${{ success() }}
with:
name: coverage-output
path: htmlcov
retention-days: 1
overwrite: true
- name: Checkout gh-pages
uses: actions/checkout@v4
if: always()
Expand Down Expand Up @@ -104,6 +96,7 @@ jobs:
name: coverage-output
path: htmlcov
retention-days: 1
overwrite: true
- name: Upload badges artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2e62e16

Please sign in to comment.