File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,16 @@ jobs:
1919 - name : Install dependencies
2020 run : |
2121 echo $IVY_JAVA_HOME
22- # npm run update:axonivy:next
23- env
22+ npm run update:axonivy:next
2423 npm install
25- # npm run build:production
24+ npm run build:production
2625 npm run download:engine https://download.axonivy.com/dev/AxonIvyEngine13.1.0.2502141306_All_x64.zip
2726 - name : Run Playwright tests
2827 run : |
2928 java --version
30- extension/AxonIvyEngine/bin/AxonIvyEngine
31- # npm run test:playwright:download:vscode
32- # xvfb-run --auto-servernum npm run test:playwright
29+ extension/AxonIvyEngine/bin/AxonIvyEngine startdaemon
30+ npm run test:playwright:download:vscode
31+ xvfb-run --auto-servernum npm run test:playwright
3332 - uses : actions/upload-artifact@v4
3433 if : ${{ !cancelled() }}
3534 with :
You can’t perform that action at this time.
0 commit comments