Skip to content

Commit c617144

Browse files
committed
w
1 parent f640db5 commit c617144

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
node-version: 22
1313
- uses: actions/setup-java@v4
1414
with:
15+
java-version: 21
1516
distribution: 'temurin'
16-
java-version: '21'
1717
- name: Install dependencies
1818
run: |
19-
npm run update:axonivy:next
19+
# npm run update:axonivy:next
2020
npm install
21-
npm run build:production
21+
# npm run build:production
2222
npm run download:engine https://download.axonivy.com/dev/AxonIvyEngine13.1.0.2502141306_All_x64.zip
2323
- name: Run Playwright tests
2424
run: |
2525
java --version
26-
nohup extension/AxonIvyEngine/bin/AxonIvyEngine &
27-
npm run test:playwright:download:vscode
28-
xvfb-run --auto-servernum npm run test:playwright
26+
extension/AxonIvyEngine/bin/AxonIvyEngine startdaemon
27+
# npm run test:playwright:download:vscode
28+
# xvfb-run --auto-servernum npm run test:playwright
2929
- uses: actions/upload-artifact@v4
3030
if: ${{ !cancelled() }}
3131
with:

0 commit comments

Comments
 (0)