-
Notifications
You must be signed in to change notification settings - Fork 170
Fix CI issues and update workflows for jobs : lint, sanity , unit runs #789
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: rohitthakur2590 <[email protected]>
1576d12 to
5d14a7e
Compare
Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: rohitthakur2590 <[email protected]>
|
Hi @rohitthakur2590 , ~/test_github_workflow/ansible-junos-stdlib# ./bin/act pull_request --rm Thanks |
Signed-off-by: rohitthakur2590 <[email protected]>
seems like act is failing due to non-UTF8/hidden Unicode bytes in .github/workflows/tests.yml (likely around the 🧪 emoji). Normalize the file to UTF-8 or remove the emoji; GitHub Actions tolerates it but act doesn’t |
No description provided.