Skip to content

Commit

Permalink
[ci] getting rascal compiled v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 10, 2024
1 parent 258f4ef commit 333a7df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: 17
java-version: 11
distribution: 'temurin'
cache: 'maven'

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

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

- uses: actions/upload-artifact@v4
name: 'Store dependencies for the other jobs'
Expand All @@ -67,7 +68,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
java-version: 11
distribution: 'temurin'
cache: 'maven'

Expand Down

0 comments on commit 333a7df

Please sign in to comment.