File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737
3838 # Copy docs from dependent projects, run tutor on local courses folder and copy results into docs and static/assets
3939 - name : Run rascal-tutor and reuse libraries
40- run : MAVEN_OPTIONS="-Xss256m -Xmx3G" mvn -B clean package -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.chrome.browser=`which chrome` | grep -v "\[INFO\] Downloading"
40+ run : MAVEN_OPTIONS="-Xss256m -Xmx3G" mvn -U - B clean package -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.chrome.browser=`which chrome` | grep -v "\[INFO\] Downloading"
4141
4242 - uses : actions/upload-artifact@v4
4343 with :
Original file line number Diff line number Diff line change 2727 <rascal-maven-plugin .version>0.28.9</rascal-maven-plugin .version>
2828 <rascal .version>0.40.17</rascal .version>
2929 <rascal-tutor .version>0.19.9</rascal-tutor .version>
30- <clair .version>0.13.0 </clair .version>
30+ <clair .version>0.13.1 </clair .version>
3131 <rascal-git .version>0.1.15</rascal-git .version>
3232 <flybytes .version>0.2.8</flybytes .version>
3333 <typepal .version>0.14.8</typepal .version>
4343 <plugins >
4444 <plugin >
4545 <artifactId >maven-clean-plugin</artifactId >
46- <version >3.2 .0</version >
46+ <version >3.4 .0</version >
4747 <configuration >
4848 <filesets >
4949 <fileset >
You can’t perform that action at this time.
0 commit comments