Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Nov 20, 2024
1 parent 7805a61 commit bc91583
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ jobs:
- console-python-tests
- workflow-info
runs-on: ubuntu-latest
# strategy:
# matrix:
# iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
strategy:
matrix:
iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
steps:
- name: Download Workflow Info
uses: actions/download-artifact@v4
Expand All @@ -262,7 +262,7 @@ jobs:
path: ./coverage-reports
pattern: coverage-reports-*
- name: Upload coverage report
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v5.0.5
with:
fail_ci_if_error: true
files: /**/coverage-reports/**/*.*
Expand Down

0 comments on commit bc91583

Please sign in to comment.