File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 cache : npm
2929 - uses : actions/setup-java@v5
3030 with :
31- distribution : temurin
31+ distribution : sapmachine
3232 java-version : 21
3333 cache : maven
3434 - run : npm ci
4848 BROKER_SERVICE_ID : ${{ secrets.BROKER_SERVICE_ID }}
4949 BROKER_SERVICE_PLAN_ID : ${{ secrets.BROKER_SERVICE_PLAN_ID }}
5050 - name : Unit Test
51- run : npm test
51+ run : mvn test -B
5252 working-directory : ./afcjdk
5353 - name : Install CF actions
5454 run : npm i @actions/core && npm i @actions/exec && npm i @actions/tool-cache
Original file line number Diff line number Diff line change 2929 cache : npm
3030 - uses : actions/setup-java@v5
3131 with :
32- distribution : temurin
32+ distribution : sapmachine
3333 java-version : 21
3434 cache : maven
3535 - run : npm ci
5454 BROKER_SERVICE_ID : ${{ secrets.BROKER_SERVICE_KYMA_ID }}
5555 BROKER_SERVICE_PLAN_ID : ${{ secrets.BROKER_SERVICE_KYMA_PLAN_ID }}
5656 - name : Unit Test
57- run : npm test
57+ run : mvn test -B
5858 working-directory : ./afcjdk
5959 - name : Setup Kyma
6060 uses : ./.github/actions/kyma-setup
You can’t perform that action at this time.
0 commit comments