Skip to content

Commit

Permalink
CI/CD: Fix the push-test workflow syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trinamic-bp committed Jan 6, 2025
1 parent e7dc640 commit deccf3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test-report
path: tests/pytest_report.html
path: examples/pytest_examples_report.html
path: |
tests/pytest_report.html
examples/pytest_examples_report.html

0 comments on commit deccf3e

Please sign in to comment.