boltlabs-inc / zeekoe

Zero-knowledge layer-2 payment channels
MIT License
24 stars 1 forks source link

Fix syntax error in e2e yaml bash #377

Closed vidyaap closed 2 years ago

vidyaap commented 2 years ago

There was an error in the bash script that picks the branch name in the e2e yaml file. The error didn't get picked up until the weekly tests were run again.

Note: is there a way to force run the schedule version of a Github action instead of waiting for the weekly tests to catch errors?

gijsvl commented 2 years ago

Looks good to me, there is a workflow_dispatch, so from the actions tab you can go to the specific workflow, and there is a button to run the workflow and you can pick a branch for doing so.