Skip to content

Commit b17a763

Browse files
🧪 [Test]: Name Functions index checks
1 parent e5d5257 commit b17a763

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Workflow-Test-Default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: docs
8383
path: tests/srcTestRepo/.PSModule/docs
8484

85-
- name: Verify framework artifacts are isolated
85+
- name: Verify generated Functions index
8686
shell: pwsh
8787
run: |
8888
$path = 'tests/srcTestRepo/.PSModule/docs/index.md'

.github/workflows/Workflow-Test-WithManifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: docs
8383
path: tests/srcWithManifestTestRepo/.PSModule/docs
8484

85-
- name: Verify framework artifacts are isolated
85+
- name: Verify generated Functions index
8686
shell: pwsh
8787
run: |
8888
$path = 'tests/srcWithManifestTestRepo/.PSModule/docs/index.md'

0 commit comments

Comments
 (0)