asdf-vm / asdf-plugins

Convenience shortname repository for asdf community plugins

Home Page:https://github.com/topics/asdf-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plugin test script is failing - CI badges missing

janpieper opened this issue · comments

Describe the Bug

The CI badges in the README have been removed by 15dadb1, but scripts/test_plugin.bash is still looking for them, which causes the CI to fail.

For example, see #942.

Steps to Reproduce

Just examples:

$ ./scripts/test_plugin.bash --file plugins/elixir
FAIL: Expected plugin CI badge SVG to be passing but it was not:
$ ./scripts/test_plugin.bash --file plugins/erlang
FAIL: Expected plugin CI badge SVG to be passing but it was not:

Expected Behaviour

The scripts/test_plugin.bash should not check the badge anymore.

Actual Behaviour

The scripts/test_plugin.bash is failing, because the CI badges are missing.

Environment

🤷

$ asdf-info
asdf-info: command not found

is still looking for them, which causes the CI to fail.

Too right! I was going to make some further updates to this but GitHub went down 🙃

Will look to get this fixed shortly.

Ah, you beat me too it! thanks!

Closed in #944