File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " Setup Copilot"
22description : " Setup Copilot CLI for testing the Java SDK."
3+ outputs :
4+ cli-path :
5+ description : " Path to the Copilot CLI executable"
6+ value : ${{ steps.cli-path.outputs.path }}
37runs :
48 using : " composite"
59 steps :
Original file line number Diff line number Diff line change 2727 shell : bash
2828 steps :
2929 - uses : actions/checkout@v6
30- - uses : ./.github/actions/setup-copilot
30+ - id : setup-copilot
31+ uses : ./.github/actions/setup-copilot
3132 - uses : actions/setup-java@v5
3233 with :
3334 java-version : " 17"
4849 - name : Run Java SDK tests
4950 env :
5051 COPILOT_GITHUB_TOKEN : ${{ secrets.COPILOT_GITHUB_TOKEN }}
51- COPILOT_CLI_PATH : ${{ steps.cli-path .outputs.path }}
52+ COPILOT_CLI_PATH : ${{ steps.setup-copilot .outputs.cli- path }}
5253 run : mvn verify
You can’t perform that action at this time.
0 commit comments