Skip to content

Commit

Permalink
Fix BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-2k3 committed Oct 24, 2024
1 parent b198427 commit df565f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
matrix:
os: [ubuntu-22.04]
suite: ${{ fromJson(needs.check_test_suites_to_run.outputs.test_suites_to_run).e2e.suites }}
name: e2e_test (${{ matrix.os }}, ${{ matrix.suite.name }})
name: e2e_test (${{ matrix.os }}, additionalEditorFeatures
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit df565f2

Please sign in to comment.