Skip to content

Commit

Permalink
build-and-test.yml: add xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Nov 27, 2023
1 parent a3facbf commit 04023d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn --batch-mode -U -T 1C clean install
- name: Plugged-in Tests
run: mvn --batch-mode -f tests/org.eclipse.epsilon.test verify -P plugged
- name: Run headless test
uses: coactions/[email protected]
with:
run: mvn --batch-mode -f tests/org.eclipse.epsilon.test verify -P plugged
- name: Full Test Suite
run: mvn --batch-mode -f tests/org.eclipse.epsilon.test surefire:test -P unit
- name: Standalone Maven artifacts
Expand Down

0 comments on commit 04023d3

Please sign in to comment.