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 07a8215 commit aa288a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: ./build-and-test.sh
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: Full Test Suite
run: 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
uses: actions/[email protected]
with:
Expand Down

0 comments on commit aa288a0

Please sign in to comment.