Skip to content

Commit af19407

Browse files
volhovmdannywillems
authored andcommitted
Fix test-update-ocaml-node-script
1 parent 439900c commit af19407

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test-docs-scripts.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,18 @@ jobs:
223223
224224
test-update-ocaml-node-script:
225225
name: Test Update OCaml Node Script
226-
runs-on: [macos-latest, ubuntu-latest]
226+
runs-on: ${{ matrix.os }}
227227
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'test-doc-scripts')
228+
strategy:
229+
matrix:
230+
os: [macos-latest, ubuntu-latest]
231+
228232
steps:
233+
- name: Checkout repository
234+
uses: actions/checkout@v4
235+
with:
236+
fetch-depth: 0 # Fetch all history
237+
229238
- name: Test update-ocaml-node script reproducibility
230239
run: |
231240
# Save the current script to use with the old commit state

0 commit comments

Comments
 (0)