Skip to content

Commit

Permalink
modified yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenetce committed Apr 9, 2024
1 parent 71c2707 commit 2b9d6a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:

# Build project according to SDMX instructions
- name: Build JAR
run: cd JAVA && mvn package
run: |
cd JAVA && \
mvn package
# Keep JAR file to use in MATLAB
- name: Archive MATLAB JAR for next job
Expand Down

0 comments on commit 2b9d6a0

Please sign in to comment.