Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test action not updating Aliases #1

Open
ShaneBeee opened this issue Jan 2, 2025 · 0 comments
Open

Test action not updating Aliases #1

ShaneBeee opened this issue Jan 2, 2025 · 0 comments

Comments

@ShaneBeee
Copy link

ShaneBeee commented Jan 2, 2025

I noticed when running a test action, that the aliases aren't updating.
from my workflow:

...
-   name: Run tests
    uses: SkriptLang/[email protected]
    with:
        test_script_directory: src/test/scripts
        skript_repo_ref: 2.10.0-pre1
        extra_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'.

After some digging, I see that 16949c2... is Aliases from July 1/2024
SkriptLang/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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant