Skip to content

Commit 556d6d2

Browse files
committed
ci: pull in default packages for Ruby syntax
1 parent e4f2884 commit 556d6d2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: Syntax Tests
33
on:
44
push:
55
paths:
6+
- ".github/workflows/syntax.yaml"
67
- "**.sublime-syntax"
78
- "**/syntax_test_*"
89
- "**.tmPreferences"
910
pull_request:
1011
paths:
12+
- ".github/workflows/syntax.yaml"
1113
- "**.sublime-syntax"
1214
- "**/syntax_test_*"
1315
- "**.tmPreferences"
@@ -21,9 +23,12 @@ jobs:
2123
matrix:
2224
include:
2325
- build: latest
24-
- build: stable # Fetches the binary for the latest stable build
26+
packages: master
27+
- build: stable
28+
packages: binary
2529
steps:
2630
- uses: actions/checkout@v6
2731
- uses: SublimeText/syntax-test-action@v2
2832
with:
2933
build: ${{ matrix.build }}
34+
default_packages: ${{ matrix.packages }}

0 commit comments

Comments
 (0)