File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 id : run_tests
4545 run : |
4646 if [ "${{ matrix.environment }}" = "canary" ]; then
47- export AICORE_SERVICE_KEY=" ${{ secrets.AI_CORE_CANARY }}"
47+ export AICORE_SERVICE_KEY=' ${{ secrets.AI_CORE_CANARY }}'
4848 else
49- export AICORE_SERVICE_KEY=" ${{ secrets.AI_CORE_PRODUCTION }}"
49+ export AICORE_SERVICE_KEY=' ${{ secrets.AI_CORE_PRODUCTION }}'
5050 fi
5151
5252 MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} surefire:test -pl :spring-app -DskipTests=false"
7474 - name : " Start Application Locally"
7575 run : |
7676 if [ "${{ matrix.environment }}" = "canary" ]; then
77- export AICORE_SERVICE_KEY=" ${{ secrets.AI_CORE_CANARY }}"
77+ export AICORE_SERVICE_KEY=' ${{ secrets.AI_CORE_CANARY }}'
7878 else
79- export AICORE_SERVICE_KEY=" ${{ secrets.AI_CORE_PRODUCTION }}"
79+ export AICORE_SERVICE_KEY=' ${{ secrets.AI_CORE_PRODUCTION }}'
8080 fi
8181
8282 cd sample-code/spring-app
@@ -114,4 +114,4 @@ jobs:
114114 - type: "section"
115115 text:
116116 type: "plain_text"
117- text: "${{ steps.run_tests.outputs.error_message }}"
117+ text: "${{ steps.run_tests.outputs.error_message }} "
You can’t perform that action at this time.
0 commit comments