Skip to content

Commit

Permalink
Merge pull request #2 from sebivenlo/main
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Stoyan12314 authored Sep 23, 2024
2 parents 67f0779 + a4caaf0 commit 70b82a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Navigate to Example/demo and build with Maven
run: |
cd "Example demo" # Navigate to the Example/demo folder
- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down

0 comments on commit 70b82a1

Please sign in to comment.