Skip to content

Commit

Permalink
Merge pull request #23 from ls1intum/feature/archrule-command-execution
Browse files Browse the repository at this point in the history
`Ares`: ArchUnit Command Execution
  • Loading branch information
MarkusPaulsen authored Sep 22, 2024
2 parents 7ac62b1 + 860c537 commit 0a434f6
Show file tree
Hide file tree
Showing 73 changed files with 3,529 additions and 2,090 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
sudo ln -s /usr/share/apache-maven-3.9.8/bin/mvn /usr/bin/mvn
- name: Build and Test with Maven
run: mvn -B package --file pom.xml
run: |
mvn -B package --file pom.xml -DskipTests
mvn test
- name: Run Tests on Student Submission
run: |
Expand Down
Loading

0 comments on commit 0a434f6

Please sign in to comment.