Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
uses: ./
with:
test_script_directory: test-scripts
skript_repo_ref: 2.8.2
skript_repo_ref: 2.14.1
- name: Run skript-test-action on tag without vanilla tests
uses: ./
with:
test_script_directory: test-scripts
run_vanilla_tests: false
skript_repo_ref: 2.8.2
skript_repo_ref: 2.14.1
- name: Download skript-reflect
run: |
mkdir extra-plugins
wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.4/skript-reflect.jar
wget -O extra-plugins/skript-reflect.jar https://github.com/SkriptLang/skript-reflect/releases/download/v2.6.3/skript-reflect-2.6.3.jar
- name: Prepare skript-reflect test script
run: |
printf 'test "github actions extra plugins":\n\tassert plugin "skript-reflect" is enabled with "skript-reflect not enabled"' > test-scripts/reflect.sk
Expand All @@ -48,5 +48,5 @@ jobs:
with:
test_script_directory: test-scripts
run_vanilla_tests: false
skript_repo_ref: 2.8.2
skript_repo_ref: 2.14.1
extra_plugins_directory: extra-plugins