Skip to content

Commit 8eeea36

Browse files
committed
Lets not go to maven every run
1 parent ad6b907 commit 8eeea36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 -U -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 -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:

0 commit comments

Comments
 (0)