Skip to content

Instantly share code, notes, and snippets.

@iregina
Last active June 18, 2025 06:34
Show Gist options
  • Save iregina/138fcfaf059de8b04482790d1fee21d6 to your computer and use it in GitHub Desktop.
Save iregina/138fcfaf059de8b04482790d1fee21d6 to your computer and use it in GitHub Desktop.
- detect_framework
- case: "{{output['framework']}}"
when:
rails: run_rspec_tests
django: run_pytest
express: run_jest
else: run_generic_tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment