File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 66 validate-library-and-framework-list-json :
77 name : " 📋 Checks if the json file is written according to the existing schema"
88 runs-on : " ubuntu-20.04"
9+ timeout-minutes : 5
910 steps :
1011 - name : " ☁️ Checkout repository"
1112 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1818 get-all-metadata :
1919 name : " 📋 Get list of all supported libraries"
2020 runs-on : " ubuntu-20.04"
21+ timeout-minutes : 5
2122 outputs :
2223 matrix : ${{ steps.set-matrix.outputs.matrix }}
2324 steps :
3738 test-all-metadata :
3839 name : " 🧪 ${{ matrix.coordinates }} (GraalVM ${{ matrix.version }} ${{ matrix.java-version }} @ ${{ matrix.os }})"
3940 runs-on : ${{ matrix.os }}
41+ timeout-minutes : 20
4042 needs : get-all-metadata
4143 strategy :
4244 fail-fast : false
Original file line number Diff line number Diff line change 1717 get-changed-metadata :
1818 name : " 📋 Get a list of all changed libraries"
1919 runs-on : " ubuntu-20.04"
20+ timeout-minutes : 5
2021 outputs :
2122 matrix : ${{ steps.set-matrix.outputs.matrix }}
2223 none-found : ${{ steps.set-matrix.outputs.none-found }}
4041 name : " 🧪 ${{ matrix.coordinates }} (GraalVM ${{ matrix.version }} ${{ matrix.java-version }} @ ${{ matrix.os }})"
4142 if : needs.get-changed-metadata.result == 'success' && needs.get-changed-metadata.outputs.none-found != 'true'
4243 runs-on : ${{ matrix.os }}
44+ timeout-minutes : 20
4345 needs : get-changed-metadata
4446
4547 strategy :
You can’t perform that action at this time.
0 commit comments