We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92ce8cd + 2f5d31b commit 1da7528Copy full SHA for 1da7528
1 file changed
.github/workflows/gradle.yml
@@ -2,8 +2,6 @@ name: Build and test
2
3
on:
4
push:
5
- branches:
6
- - 2.x
7
pull_request:
8
9
jobs:
@@ -38,7 +36,7 @@ jobs:
38
36
path: extra-plugins/
39
37
merge-multiple: true
40
- name: Run tests
41
- uses: SkriptLang/skript-test-action@v1.2
+ uses: SkriptLang/skript-test-action@v1.3
42
with:
43
test_script_directory: src/test/scripts
44
extra_plugins_directory: extra-plugins/
0 commit comments