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.
1 parent e1784bb commit b7e34c9Copy full SHA for b7e34c9
.github/workflows/gradle.yml
@@ -53,6 +53,6 @@ jobs:
53
uses: SkriptLang/[email protected]
54
with:
55
test_script_directory: src/test/scripts
56
- skript_repo_ref: 2.10.0
+ skript_repo_ref: dev/feature # TODO change to 2.11.0 after release
57
extra_plugins_directory: extra-plugins/
58
run_vanilla_tests: 'false' # temporarily disable due to vanilla Skript tests failing
0 commit comments