Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Jul 9, 2024
1 parent 5bbe142 commit ae56b8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
java-version: 11
distribution: 'temurin'
cache: 'maven'
- uses: actions/setup-node@v4
with:
cache: 'npm'
- name: install-tokenizer
run: npm install vscode-tmgrammar-test
- name: run-tests
working-directory: rascal-textmate-core
run: mvn test -B -Drascal.compile.skip -Drascal.tutor.skip
Expand Down

0 comments on commit ae56b8e

Please sign in to comment.