Skip to content

Commit ad6b907

Browse files
committed
Making sure dependencies are always checked
1 parent c52543a commit ad6b907

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/base-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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>
@@ -43,7 +43,7 @@
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>

0 commit comments

Comments
 (0)