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
The logic in the following code will always result in a failure when executing tests on a tagged commit since it checks that the reported version by the wins binary is equivalent to the commit hash.
The logic in the following code will always result in a failure when executing tests on a tagged commit since it checks that the reported version by the wins binary is equivalent to the commit hash.
wins/tests/integration/application_test.ps1
Lines 59 to 63 in 070f014
This results in the following error on jobs:
Failed Job: https://github.com/rancher/wins/actions/runs/8851112339/job/24306934261
The fix for this issue should be to change the logic here to match the logic within the magefile:
wins/magefiles/magefile.go
Lines 32 to 70 in 070f014
The text was updated successfully, but these errors were encountered: