Skip to content

Commit

Permalink
Move skript-reflect test to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Feb 5, 2024
1 parent 8ef71ec commit 6990f7c
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ jobs:
run: |
mkdir test-scripts
printf 'test "github actions":\n\tassert true is true with "it worked!"' > test-scripts/actions.sk
- 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
- 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
- name: Run skript-test-action with skript-reflect as an extra plugin
uses: ./
with:
test_script_directory: test-scripts
run_vanilla_tests: false
skript_repo_ref: 2.8.2
extra_plugins_directory: extra-plugins
- name: Run skript-test-action with vanilla tests
uses: ./
with:
Expand All @@ -50,4 +36,17 @@ jobs:
test_script_directory: test-scripts
run_vanilla_tests: false
skript_repo_ref: 2.8.2

- 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
- 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
- name: Run skript-test-action with skript-reflect as an extra plugin
uses: ./
with:
test_script_directory: test-scripts
run_vanilla_tests: false
skript_repo_ref: 2.8.2
extra_plugins_directory: extra-plugins

0 comments on commit 6990f7c

Please sign in to comment.