cekit / behave-test-steps

MIT License
0 stars 22 forks source link

Initial github actions to exercise behave-test-steps #37

Closed jmtd closed 2 years ago

jmtd commented 2 years ago

This is a GitHub Actions CI action that pulls a specific OpenJDK container image, clones the corresponding source, and attempts to run the behave test suite against it, referencing the current repository for the test steps.

Hopefully this should help with gaining confidence merging other changes to this repository.

jmtd commented 2 years ago

Here's an example of the action having run and green light: https://github.com/jmtd/behave-test-steps/runs/6624476725?check_suite_focus=true

rnc commented 2 years ago

Thanks!!