Skip to content

Commit d1c58b9

Browse files
committed
Update reusable-test.yaml
1 parent 539000b commit d1c58b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: Checkout repository
16+
uses: actions/checkout@v4
17+
1518
- uses: ./.github/actions/run-tests/
1619
with:
1720
program: ${{ github.event.inputs.program }}

0 commit comments

Comments
 (0)