Skip to content

Commit

Permalink
Merge pull request #5 from SWAT-engineering/chore/use-npm-ci
Browse files Browse the repository at this point in the history
[ci] use npm ci to install dependency
  • Loading branch information
sungshik authored Jul 12, 2024
2 parents 2e58856 + 92aa8ac commit 8f1a71b
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 @@ -30,7 +30,7 @@ jobs:
cache-dependency-path: 'rascal-textmate-core/package-lock.json'
- name: install-tokenizer
working-directory: rascal-textmate-core
run: npm install vscode-tmgrammar-test
run: npm ci
- name: run-tests
working-directory: rascal-textmate-core
run: mvn test -B -Drascal.compile.skip -Drascal.tutor.skip
Expand Down

0 comments on commit 8f1a71b

Please sign in to comment.