Skip to content

Commit 1741ed7

Browse files
committed
tests: Fix workflow syntax
1 parent c259e62 commit 1741ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
project-directory: ${{ github.workspace }}/.github/test_projects/minimal
235235

236236
test_analyze_project_repo_root:
237-
name: Test analyze-project in repo root
237+
name: Test analyze-project (repo root)
238238
runs-on: ${{ matrix.os }}
239239
strategy:
240240
matrix:
@@ -270,7 +270,7 @@ jobs:
270270
test_check_project_version,
271271
test_update_project_version,
272272
test_analyze_project,
273-
test_analyze_project_in_root,
273+
test_analyze_project_repo_root,
274274
]
275275
if: ${{ !cancelled() }}
276276
steps:

0 commit comments

Comments
 (0)