Skip to content

Commit f640db5

Browse files
committed
x
1 parent e8934f7 commit f640db5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-java@v4
1414
with:
1515
distribution: 'temurin'
16-
java-version: 21
16+
java-version: '21'
1717
- name: Install dependencies
1818
run: |
1919
npm run update:axonivy:next
@@ -22,6 +22,7 @@ jobs:
2222
npm run download:engine https://download.axonivy.com/dev/AxonIvyEngine13.1.0.2502141306_All_x64.zip
2323
- name: Run Playwright tests
2424
run: |
25+
java --version
2526
nohup extension/AxonIvyEngine/bin/AxonIvyEngine &
2627
npm run test:playwright:download:vscode
2728
xvfb-run --auto-servernum npm run test:playwright

0 commit comments

Comments
 (0)