Skip to content

Commit 5d8ab0f

Browse files
committed
Missing clone step in tests-report.yaml
1 parent 0308b07 commit 5d8ab0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests-report.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
tests-report:
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Clone source
18+
uses: actions/checkout@v4
19+
1720
- name: Determine PR number
1821
id: get_pr
1922
env:

0 commit comments

Comments
 (0)