Skip to content

Commit 4f3885d

Browse files
Update test name
1 parent 643ca70 commit 4f3885d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
additional-checks: |
2929
no_entrypoint_imports
3030
31-
test:
31+
test_and_check_generated_files:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
fail-fast: false
@@ -222,7 +222,7 @@ jobs:
222222

223223
testing-and-checks-complete:
224224
name: Testing and Checks Completed
225-
needs: [ build, checks, test, validate_analyzer, analyzer_plugin ]
225+
needs: [ build, checks, test_and_check_generated_files, validate_analyzer, analyzer_plugin ]
226226
if: ${{ !cancelled() && github.event_name == 'pull_request' || github.ref_type == 'tag' }}
227227
runs-on: ubuntu-latest
228228
steps:

0 commit comments

Comments
 (0)