You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when running a test action, that the aliases aren't updating.
from my workflow:
...
- name: Run testsuses: SkriptLang/[email protected]with:
test_script_directory: src/test/scriptsskript_repo_ref: 2.10.0-pre1extra_plugins_directory: extra-plugins/run_vanilla_tests: 'false'# temporarily disable, due to Skript's tests failing
Im attempting to run on 2.10.0-pre1...
this is in the action:
Cloning into '/skript'...
Submodule 'skript-aliases' (https://github.com/SkriptLang/skript-aliases) registered for path 'skript-aliases'
Cloning into '/skript/skript-aliases'...
Submodule path 'skript-aliases': checked out '16949c28e0d7bb25ea7c3479c3d6754ff3b5a3e6'
Note: switching to '2.10.0-pre1'.
It appears to not properly check out the aliases that should be current.
(note also that skript 2.10.0's aliases are on another branch on the alias repo)
The text was updated successfully, but these errors were encountered:
I noticed when running a test action, that the aliases aren't updating.
from my workflow:
Im attempting to run on 2.10.0-pre1...
this is in the action:
After some digging, I see that
16949c2...
is Aliases from July 1/2024SkriptLang/skript-aliases@16949c2
It appears to not properly check out the aliases that should be current.
(note also that skript 2.10.0's aliases are on another branch on the alias repo)
The text was updated successfully, but these errors were encountered: