Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Nov 27, 2023
1 parent 04023d3 commit cd5f2f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
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
run: >
bash plugins/org.eclipse.epsilon.eunit.cmp.emf/download-emf-compare.sh &&
mvn --batch-mode -f tests/org.eclipse.epsilon.test surefire:test -P unit
- name: Standalone Maven artifacts
run: mvn --batch-mode -T 1C -f pom-plain.xml compile
- name: Upload Log
Expand Down

0 comments on commit cd5f2f7

Please sign in to comment.