mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
chore(tests): consistent captures
This commit is contained in:
parent
17fae3f4a3
commit
10dd49958c
60 changed files with 872 additions and 873 deletions
|
|
@ -14,10 +14,10 @@ jobs:
|
|||
node-version: '16'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
# ^ bash
|
||||
# ^ @bash
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
# ^ bash
|
||||
# ^ @bash
|
||||
- name: Parse Petalisp
|
||||
run: |
|
||||
git submodule init
|
||||
|
|
@ -27,6 +27,6 @@ jobs:
|
|||
else
|
||||
echo "Successfully parsed Petalisp"
|
||||
fi
|
||||
# ^ bash
|
||||
# ^ @bash
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue