Skip to content

Commit

Permalink
[ci] configured test runners
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 29, 2023
1 parent d8adcbf commit 54a5294
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- name: "UI test"
working-directory: ./rascal-vscode-extension
env:
DELAY_FACTOR: 5
DELAY_FACTOR: 2
_JAVA_OPTIONS: '-Xmx7G'
run: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npx extest setup-and-run out/test/vscode-suite/repl.test.js --storage /tmp/uitests
run: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npx extest setup-and-run out/test/vscode-suite/*.test.js --storage /tmp/uitests

- name: Upload Screenshots
uses: actions/upload-artifact@v3
Expand All @@ -71,8 +71,6 @@ jobs:


build:
runs-on: buildjet-2vcpu-ubuntu-2204

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 54a5294

Please sign in to comment.