@@ -49,36 +49,22 @@ jobs:
4949 name : ' Clean Maven Local to fetch required POMs again'
5050 run : ' rm -rf ~/.m2/repository/'
5151 - id : ' step-5'
52- name : ' Execute the script using the bindings from the server - with /binding'
53- run : |-
54- mv .github/workflows/test-script-consuming-jit-bindings-old.main.do-not-compile.kts .github/workflows/test-script-consuming-jit-bindings-old.main.kts
55- .github/workflows/test-script-consuming-jit-bindings-old.main.kts
56- - id : ' step-6'
57- name : ' Clean Maven Local to fetch required POMs again'
58- run : ' rm -rf ~/.m2/repository/'
59- - id : ' step-7'
6052 name : ' Execute the script using the bindings from the server'
6153 run : |-
6254 mv .github/workflows/test-script-consuming-jit-bindings.main.do-not-compile.kts .github/workflows/test-script-consuming-jit-bindings.main.kts
6355 .github/workflows/test-script-consuming-jit-bindings.main.kts
64- - id : ' step-8 '
56+ - id : ' step-6 '
6557 name : ' Clean Maven Local to fetch required POMs again'
6658 run : ' rm -rf ~/.m2/repository/'
67- - id : ' step-9 '
59+ - id : ' step-7 '
6860 name : ' Execute the script using bindings but without dependency on library'
6961 run : |-
7062 mv .github/workflows/test-served-bindings-depend-on-library.main.do-not-compile.kts .github/workflows/test-served-bindings-depend-on-library.main.kts
7163 .github/workflows/test-served-bindings-depend-on-library.main.kts
72- - id : ' step-10'
73- name : ' Fetch maven-metadata.xml for top-level action - with /binding'
74- run : ' curl --fail http://localhost:8080/binding/actions/checkout/maven-metadata.xml | grep '' <version>v4</version>'' '
75- - id : ' step-11'
76- name : ' Fetch maven-metadata.xml for nested action - with /binding'
77- run : ' curl --fail http://localhost:8080/binding/actions/cache__save/maven-metadata.xml | grep '' <version>v4</version>'' '
78- - id : ' step-12'
64+ - id : ' step-8'
7965 name : ' Fetch maven-metadata.xml for top-level action'
8066 run : ' curl --fail http://localhost:8080/actions/checkout/maven-metadata.xml | grep '' <version>v4</version>'' '
81- - id : ' step-13 '
67+ - id : ' step-9 '
8268 name : ' Fetch maven-metadata.xml for nested action'
8369 run : ' curl --fail http://localhost:8080/actions/cache__save/maven-metadata.xml | grep '' <version>v4</version>'' '
8470 deploy :
0 commit comments