File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
1212 node-version : 22
1313 - uses : actions/setup-java@v4
1414 with :
15+ java-version : 21
1516 distribution : ' temurin'
16- java-version : ' 21'
1717 - name : Install dependencies
1818 run : |
19- npm run update:axonivy:next
19+ # npm run update:axonivy:next
2020 npm install
21- npm run build:production
21+ # npm run build:production
2222 npm run download:engine https://download.axonivy.com/dev/AxonIvyEngine13.1.0.2502141306_All_x64.zip
2323 - name : Run Playwright tests
2424 run : |
2525 java --version
26- nohup extension/AxonIvyEngine/bin/AxonIvyEngine &
27- npm run test:playwright:download:vscode
28- xvfb-run --auto-servernum npm run test:playwright
26+ extension/AxonIvyEngine/bin/AxonIvyEngine startdaemon
27+ # npm run test:playwright:download:vscode
28+ # xvfb-run --auto-servernum npm run test:playwright
2929 - uses : actions/upload-artifact@v4
3030 if : ${{ !cancelled() }}
3131 with :
You can’t perform that action at this time.
0 commit comments