We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6b907 commit 8eeea36Copy full SHA for 8eeea36
.github/workflows/base-jobs.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Copy docs from dependent projects, run tutor on local courses folder and copy results into docs and static/assets
39
- 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"
+ 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"
41
42
- uses: actions/upload-artifact@v4
43
with:
0 commit comments