Skip to content

Commit

Permalink
re-enabled rascal compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Dec 5, 2022
1 parent 142f5fe commit c1ca8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: 'maven'

- name: Compile & Bootstrap
run: mvn -B compile -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.chrome.browser=`which chrome` -Drascal.compile.skip
run: mvn -B compile -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.chrome.browser=`which chrome`

- name: Test if release # just to be extra sure for a release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit c1ca8c6

Please sign in to comment.