We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8934f7 commit f640db5Copy full SHA for f640db5
.github/workflows/playwright.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-java@v4
14
with:
15
distribution: 'temurin'
16
- java-version: 21
+ java-version: '21'
17
- name: Install dependencies
18
run: |
19
npm run update:axonivy:next
@@ -22,6 +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
25
+ java --version
26
nohup extension/AxonIvyEngine/bin/AxonIvyEngine &
27
npm run test:playwright:download:vscode
28
xvfb-run --auto-servernum npm run test:playwright
0 commit comments