Skip to content

Commit 450fb76

Browse files
committed
ci: Generate in all oses
**Problem** Currently generate is called only on Linux, or C changed, but the test is run on all oses. **Solution** Always treesitter generate.
1 parent c33925a commit 450fb76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
uses: tree-sitter/setup-action/cli@v1
7878

7979
- name: Generate parser from scratch and test it
80-
if: ${{ runner.os == 'Linux' || needs.changedfiles.outputs.c }}
8180
shell: bash
8281
run: tree-sitter generate
8382

0 commit comments

Comments
 (0)