Skip to content

Commit 187bbc9

Browse files
🩹 [CI]: Add checkout step to Test-Module workflow for repository access
1 parent 21a4509 commit 187bbc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Test-Module.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
if: ${{ !(contains(inputs.SkipTests, 'All') || contains(inputs.SkipTests, 'Module') || contains(inputs.SkipTests, inputs.OS)) }}
8787
runs-on: ${{ inputs.RunsOn }}
8888
steps:
89+
- name: Checkout repository
90+
uses: actions/checkout@v3
91+
8992
- name: Download module artifact
9093
uses: actions/download-artifact@v4
9194
with:

0 commit comments

Comments
 (0)