Skip to content

Commit

Permalink
removed Downloading messages from log
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Oct 18, 2024
1 parent acd2921 commit 50d1a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Copy docs from dependent projects, run tutor on local courses folder and copy results into docs and static/assets
- name: Run rascal-tutor and reuse libraries
run: MAVEN_OPTIONS="-Xss256m -Xmx3G" mvn -B clean package -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.chrome.browser=`which chrome`
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"

- uses: actions/upload-artifact@v4
with:
Expand All @@ -48,4 +48,4 @@ jobs:
!.git
!.github
!.vscode
!META-INF
!META-INF

0 comments on commit 50d1a84

Please sign in to comment.