Skip to content

Commit 3134935

Browse files
committed
Update the metdatata repo
1 parent e8f10e2 commit 3134935

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/reachability-metadata.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, 2024, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# The Universal Permissive License (UPL), Version 1.0
@@ -83,7 +83,9 @@ jobs:
8383
- name: Checkout oracle/graalvm-reachability-metadata
8484
uses: actions/checkout@v4
8585
with:
86-
repository: oracle/graalvm-reachability-metadata
86+
# change the repository and ref test potential fixes
87+
repository: vjovanov/graalvm-reachability-metadata
88+
ref: vj/fix-future-defaults
8789
path: ${{ env.REACHABILITY_METADATA_PATH }}
8890
- name: "Populate matrix"
8991
id: set-matrix
@@ -134,4 +136,3 @@ jobs:
134136
- name: "Run '${{ matrix.coordinates }}' tests"
135137
run: |
136138
./gradlew test -Pcoordinates=${{ matrix.coordinates }}
137-

0 commit comments

Comments
 (0)