Skip to content

Commit

Permalink
Using the rascal from the branch to run the tool itself
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 11, 2024
1 parent 890bf86 commit 1335a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Typecheck rascal
run: |
java -jar target/dependencies/rascal.jar Main \
java -jar rascal/rascal.jar Main \
--rascalVersion "|cwd:///rascal/rascal.jar|" \
--typepalVersion "|cwd:///typepal|" \
--rascalCoreVersion "|cwd:///rascal-core|" \
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Typecheck rascal-libs
run: |
java -jar target/dependencies/rascal.jar Main \
java -jar rascal/rascal.jar Main \
--rascalVersion "|cwd:///rascal/rascal.jar|" \
--typepalVersion "|cwd:///typepal|" \
--rascalCoreVersion "|cwd:///rascal-core|" \
Expand Down

0 comments on commit 1335a7d

Please sign in to comment.