Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

manual resync #94

Merged
merged 2 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
${{ runner.os }}-maven-

- name: Run tests
run: mvn test
run: mvn test --file elijah-congenial-robot/pom.xml

- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file elijah-congenial-robot/pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
# - name: Update dependency graph
Expand Down
Loading