@@ -43,16 +43,27 @@ jobs:
4343 GHWKT_GITHUB_CONTEXT_JSON : ' ${{ toJSON(github) }}'
4444 run : ' GHWKT_RUN_STEP='' end-to-end-test:step-3'' '' .github/workflows/bindings-server.main.kts'' '
4545 - id : ' step-4'
46+ name : ' Execute the script using the bindings from the serve - with /binding'
47+ run : |-
48+ mv .github/workflows/test-script-consuming-jit-bindings-old.main.do-not-compile.kts .github/workflows/test-script-consuming-jit-bindings-old.main.kts
49+ .github/workflows/test-script-consuming-jit-bindings-old.main.kts
50+ - id : ' step-5'
4651 name : ' Execute the script using the bindings from the server'
4752 run : |-
4853 mv .github/workflows/test-script-consuming-jit-bindings.main.do-not-compile.kts .github/workflows/test-script-consuming-jit-bindings.main.kts
4954 .github/workflows/test-script-consuming-jit-bindings.main.kts
50- - id : ' step-5'
51- name : ' Fetch maven-metadata.xml for top-level action'
52- run : ' curl --fail http://localhost:8080/binding/actions/checkout/maven-metadata.xml | grep '' <version>v4</version>'' '
5355 - id : ' step-6'
54- name : ' Fetch maven-metadata.xml for nested action'
56+ name : ' Fetch maven-metadata.xml for top-level action - with /binding'
57+ run : ' curl --fail http://localhost:8080/binding/actions/checkout/maven-metadata.xml | grep '' <version>v4</version>'' '
58+ - id : ' step-7'
59+ name : ' Fetch maven-metadata.xml for nested action - with /binding'
5560 run : ' curl --fail http://localhost:8080/binding/actions/cache__save/maven-metadata.xml | grep '' <version>v4</version>'' '
61+ - id : ' step-8'
62+ name : ' Fetch maven-metadata.xml for top-level action'
63+ run : ' curl --fail http://localhost:8080/actions/checkout/maven-metadata.xml | grep '' <version>v4</version>'' '
64+ - id : ' step-9'
65+ name : ' Fetch maven-metadata.xml for nested action'
66+ run : ' curl --fail http://localhost:8080/actions/cache__save/maven-metadata.xml | grep '' <version>v4</version>'' '
5667 deploy :
5768 name : ' Deploy to DockerHub'
5869 runs-on : ' ubuntu-latest'
0 commit comments