Skip to content

Commit 91e6813

Browse files
committed
Fix test-update-ocaml-node-script
1 parent b31459d commit 91e6813

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,16 @@ 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+
229236
- name: Test update-ocaml-node script reproducibility
230237
run: |
231238
# Save the current script to use with the old commit state

0 commit comments

Comments
 (0)