Skip to content

Commit c002d93

Browse files
committed
w
1 parent 9bdd77b commit c002d93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
npm install
2121
# npm run build:production
2222
npm run download:engine https://download.axonivy.com/dev/AxonIvyEngine13.1.0.2502141306_All_x64.zip
23+
- name: Run Playwright tests
24+
run: |
2325
java --version
24-
extension/AxonIvyEngine/bin/AxonIvyEngine startdaemon
26+
extension/AxonIvyEngine/bin/AxonIvyEngine
2527
# npm run test:playwright:download:vscode
2628
# xvfb-run --auto-servernum npm run test:playwright
2729
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)