Skip to content

Commit 1afe1f5

Browse files
committed
add missed checkout step
1 parent ced0515 commit 1afe1f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
echo "DEBUG -- this is main branch"
2424
export
2525
26+
- name: checkout
27+
uses: actions/checkout@v4
28+
2629
- name: Test reusable
27-
uses: .github/workflows/actions/testing-reusable.yml
30+
uses: ./.github/workflows/actions/testing-reusable.yml

0 commit comments

Comments
 (0)