Skip to content

Commit

Permalink
[CI] Fix system test step name missing matrix item (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed May 30, 2023
1 parent 29e0d84 commit 8eed891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/system-tests-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
run-system-tests-enterprise-ci:
# When increasing the timeout make sure it's not larger than the schedule cron interval
timeout-minutes: 360
name: Test [${{ needs.prepare-system-tests-enterprise-ci.outputs.mlrunBranch }}]
name: Test ${{ matrix.test_component }} [${{ needs.prepare-system-tests-enterprise-ci.outputs.mlrunBranch }}]
# requires prepare to finish before starting
needs: [prepare-system-tests-enterprise-ci]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8eed891

Please sign in to comment.