-
Notifications
You must be signed in to change notification settings - Fork 8
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
errors using molecule-action v5 #15
Comments
Ah, via one of your other repositories I found ansible/molecule#3903 |
Maybe this is the same issue @stefangweichinger had in #14? |
@abh hi, just read your msg. Did you fix it already? I also want to upgrade a CI-pipeline and hit errors. So far I haven't spent much time to look closer, will try asap. Just as a pointer: this is my state of things: https://github.com/stefangweichinger/ansible-rclone/actions/runs/5344772358 |
managed to update and fix my pipeline, stayed with 4.0.9 in |
@abh I don't see your |
Let me add one more here: in my case 5.0.2 works, 5.0.3 does not: https://github.com/stefangweichinger/ansible-rclone/actions/runs/5511469454/jobs/10047069996 |
(I'm new to making ansible roles AND GitHub actions, so bear with me!)
In my ansible-timezone fork I'm trying to use molecule-action to test. With v5 it fails running molecule missing a parameter, it seems.
In my last test I setup the job so it runs lint with v4 (works) and test with v5 (fails).
Example action run: https://github.com/abh/ansible-timezone/actions/runs/5152456387/jobs/9278594310
workflow file
Also pasted here:
The text was updated successfully, but these errors were encountered: