Skip to content

Commit d284cde

Browse files
committed
w
1 parent 309b1fc commit d284cde

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)