Skip to content

Commit 1da7528

Browse files
Merge branch 'patch/update-test-action' into patch/bump-gradle
2 parents 92ce8cd + 2f5d31b commit 1da7528

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Build and test
22

33
on:
44
push:
5-
branches:
6-
- 2.x
75
pull_request:
86

97
jobs:
@@ -38,7 +36,7 @@ jobs:
3836
path: extra-plugins/
3937
merge-multiple: true
4038
- name: Run tests
41-
uses: SkriptLang/skript-test-action@v1.2
39+
uses: SkriptLang/skript-test-action@v1.3
4240
with:
4341
test_script_directory: src/test/scripts
4442
extra_plugins_directory: extra-plugins/

0 commit comments

Comments
 (0)