Skip to content

Commit c2c7527

Browse files
committed
Append "v" to typepal version in pom.xml to convert it into a tag
1 parent 9c87175 commit c2c7527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
JAVA_TOOL_OPTIONS: "-Djava.io.tmpdir=${{ runner.temp }}"
9999
run: |
100-
java -DRASCAL_BRANCH="${{ inputs.rascal_version }}" -DTYPEPAL_BRANCH="${{ case(inputs.typepal_version != '', inputs.typepal_version, steps.read-pom.outputs.typepal_version) }}" -DRASCAL_ALL_BRANCH="${{ inputs.rascal_version }}" -Xmx500m -jar ${{ runner.temp }}/rascal.jar Main \
100+
java -DRASCAL_BRANCH="${{ inputs.rascal_version }}" -DTYPEPAL_BRANCH="${{ case(inputs.typepal_version != '', inputs.typepal_version, format('v{0}', steps.read-pom.outputs.typepal_version)) }}" -DRASCAL_ALL_BRANCH="${{ inputs.rascal_version }}" -Xmx500m -jar ${{ runner.temp }}/rascal.jar Main \
101101
--libs "${{ inputs.dependencies_on_lib_path }}" \
102102
--maxCores 4 \
103103
--memory 12G \

0 commit comments

Comments
 (0)