Skip to content

Commit

Permalink
Update create_test_conda_env.yml
Browse files Browse the repository at this point in the history
fix syntax
  • Loading branch information
ilaflott authored Aug 9, 2024
1 parent cc5d65f commit 7f67e28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
genbadge coverage -v -i coverage.xml -o cov_badge.svg
genbadge tests -v -i pytest_results.xml -o pytest_badge.svg
- name: upload code coverage and test badge
uses: actions/upload-artifact@v4
with:
name: code-coverage-badge
path: |
cov-badge.svg
pytest_badge.svg
- name: upload code coverage and test badge
uses: actions/upload-artifact@v4
with:
name: code-coverage-badges
path: |
cov-badge.svg
pytest_badge.svg
- name: Run pylint in fre-cli environment
run: |
Expand Down

0 comments on commit 7f67e28

Please sign in to comment.