Skip to content

Commit

Permalink
[ci] trying to get rascal jar correctly build for the runs thereafter
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 10, 2024
1 parent 3b71a15 commit 258f4ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ jobs:
cache: 'maven'

- name: Compile rascal java
run: mvn clean compile -Drascal.tutor.skip -DskipTest -Drascal.compile.skip
run: mvn -B clean compile package -Drascal.tutor.skip -DskipTest -Drascal.compile.skip
working-directory: deps/rascal

- run: find deps/rascal/target -name '*-shaded.jar' -exec mv '{}' deps/rascal/rascal.jar \;

- uses: actions/upload-artifact@v4
name: 'Store dependencies for the other jobs'
with:
Expand Down Expand Up @@ -81,7 +83,7 @@ jobs:
- name: Typecheck rascal
run: |
java -jar target/dependencies/rascal.jar Main \
--rascalVersion "|cwd:///rascal/target/classes|" \
--rascalVersion "|cwd:///rascal/rascal.jar|" \
--typepalVersion "|cwd:///typepal|" \
--rascalCoreVersion "|cwd:///rascal-core|" \
--repoFolder "|file:///$RUNNER_TEMP/repos|" \
Expand Down

0 comments on commit 258f4ef

Please sign in to comment.