JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

[Bug] Tests are broken on main due to git command in workflow #435

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

Description

The ReusableTest.yml workflow is trying to create a main branch, which was necessary for #428, but it should not be running on main.

This also reveals the obvious issue that running those tests in main won't work because we are also on main. An alternative would be to run against something else, but it becomes a maintenance hell, since the PR might pass and the main fail more frequently. Instead, we should probably disable those tests.

Package Version

NA

Julia Version

NA

Reproduction steps

See actions

Relevant log output

No response

Operating System

No response