Skip to content

Commit f59f1a1

Browse files
committed
ci: update workflows
1 parent 9951831 commit f59f1a1

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ jobs:
4444
- name: Run tests
4545
uses: tree-sitter/parser-test-action@v2
4646
with:
47-
test-rust: ${{runner.os == 'Linux'}}
48-
test-swift: ${{runner.os == 'macOS'}}
47+
test-rust: true
48+
test-node: true
49+
test-python: true
50+
test-go: true
51+
test-swift: true
4952
- name: Parse examples
5053
id: test
5154
uses: tree-sitter/parse-action@v4
@@ -54,3 +57,4 @@ jobs:
5457
examples/**/*.ts
5558
examples/**/*.tsx
5659
!examples/redux/src/types/store.ts
60+
!examples/vscode/src/bootstrap-window.ts

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: Publish package
1+
name: Publish packages
22

33
on:
44
push:
55
tags: ["*"]
66

7-
concurrency:
8-
group: ${{github.workflow}}-${{github.ref}}
9-
cancel-in-progress: true
10-
117
jobs:
8+
github:
9+
uses: tree-sitter/workflows/.github/workflows/release.yml@main
1210
npm:
1311
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
1412
secrets:

0 commit comments

Comments
 (0)