Skip to content

Commit 79ae8ca

Browse files
Checkout codebase to find composite actions
1 parent a00dcdf commit 79ae8ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-template.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
test:
1919
runs-on: ${{ inputs.runner }}
2020
steps:
21+
- name: Code checkout
22+
uses: actions/checkout@v4
23+
2124
- name: Docker rootless setup
2225
if: ${{ inputs.container-runtime == 'docker-rootless' }}
2326
uses: ./.github/actions/docker-rootless-setup

0 commit comments

Comments
 (0)