We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc89613 commit e8934f7Copy full SHA for e8934f7
.github/workflows/playwright.yml
@@ -22,7 +22,7 @@ jobs:
22
npm run download:engine https://download.axonivy.com/dev/AxonIvyEngine13.1.0.2502141306_All_x64.zip
23
- name: Run Playwright tests
24
run: |
25
- extension/AxonIvyEngine/bin/AxonIvyEngine startdaemon
+ nohup extension/AxonIvyEngine/bin/AxonIvyEngine &
26
npm run test:playwright:download:vscode
27
xvfb-run --auto-servernum npm run test:playwright
28
- uses: actions/upload-artifact@v4
0 commit comments