Skip to content

Commit

Permalink
added a step in the development workflow
Browse files Browse the repository at this point in the history
added a step to navigate to the example demo folder in development to be able to run the pom file.
  • Loading branch information
Stoyan12314 authored Sep 23, 2024
1 parent e6823ca commit ecbd73e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ 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 ecbd73e

Please sign in to comment.