Skip to content

Commit

Permalink
[ci] windows arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 29, 2023
1 parent 2a1d4b6 commit 5fb3c3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Package & compile rascal-lsp
working-directory: ./rascal-lsp
run: mvn -B -Drascal.compile.skip -Drascal.tutor.skip clean package
run: mvn -B '-Drascal.compile.skip' '-Drascal.tutor.skip' clean package

- name: Package & compile extension
working-directory: ./rascal-vscode-extension
Expand Down Expand Up @@ -79,7 +79,10 @@ jobs:

- name: "cleanup before cache"
if: always()
run: rm -rf /tm/uitest/**/screenshots
fails: never()
run: |
npm install -g rifraf
rifraf /tm/uitest/screenshots


Expand Down

0 comments on commit 5fb3c3b

Please sign in to comment.