Skip to content

Commit

Permalink
Update action workflows (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr authored Aug 19, 2024
1 parent 8eb216c commit da237f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
GLSP_WEBSOCKET_PATH: 'workflow'
THEIA_URL: 'http://localhost:3000'
VSCODE_VSIX_ID: 'eclipse-glsp.workflow-vscode-example'
VSCODE_VSIX_PATH: '${{ github.workspace }}/.../vscode-example-2.2.0-next.vsix'
VSCODE_VSIX_PATH: '${{ github.workspace }}/.../vscode-example-2.3.0-next.vsix'
GLSP_SERVER_DEBUG: 'true'
GLSP_SERVER_TYPE: 'node'

steps:
- uses: actions/[email protected]
Expand All @@ -47,11 +48,9 @@ jobs:
run: |
cd glsp-playwright
yarn test:standalone
continue-on-error: true
- name: Upload Playwright report
uses: actions/[email protected]
if: always()
with:
name: playwright-report
path: glsp-client/examples/workflow-test/playwright-report/
- if: steps.run_playwright_tests.outcome == 'failure'
run: exit 1
path: glsp-playwright/examples/workflow-test/playwright-report/

0 comments on commit da237f0

Please sign in to comment.