@@ -49,36 +49,22 @@ jobs:
49
49
name : ' Clean Maven Local to fetch required POMs again'
50
50
run : ' rm -rf ~/.m2/repository/'
51
51
- 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'
60
52
name : ' Execute the script using the bindings from the server'
61
53
run : |-
62
54
mv .github/workflows/test-script-consuming-jit-bindings.main.do-not-compile.kts .github/workflows/test-script-consuming-jit-bindings.main.kts
63
55
.github/workflows/test-script-consuming-jit-bindings.main.kts
64
- - id : ' step-8 '
56
+ - id : ' step-6 '
65
57
name : ' Clean Maven Local to fetch required POMs again'
66
58
run : ' rm -rf ~/.m2/repository/'
67
- - id : ' step-9 '
59
+ - id : ' step-7 '
68
60
name : ' Execute the script using bindings but without dependency on library'
69
61
run : |-
70
62
mv .github/workflows/test-served-bindings-depend-on-library.main.do-not-compile.kts .github/workflows/test-served-bindings-depend-on-library.main.kts
71
63
.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'
79
65
name : ' Fetch maven-metadata.xml for top-level action'
80
66
run : ' curl --fail http://localhost:8080/actions/checkout/maven-metadata.xml | grep '' <version>v4</version>'' '
81
- - id : ' step-13 '
67
+ - id : ' step-9 '
82
68
name : ' Fetch maven-metadata.xml for nested action'
83
69
run : ' curl --fail http://localhost:8080/actions/cache__save/maven-metadata.xml | grep '' <version>v4</version>'' '
84
70
deploy :
0 commit comments