Files
galaxy/crates/integration/tests/data/test_workflow.yaml
T

19 lines
647 B
YAML

---
name: "Run Warp locally with shell"
command: "WARP_SHELL_PATH={{shell}} cargo run"
description: "Runs warp with the particular shell so devs don't need to change their login shell to test a different shell locally"
arguments:
- name: shell
description: path of shell to use
author: Warp Team
shells: []
---
name: "Run Warp locally with shell 2: Electric Boogaloo"
command: "WARP_SHELL_PATH={{shell}} cargo run"
description: "Runs warp with the particular shell so devs don't need to change their login shell to test a different shell locally"
arguments:
- name: shell
description: path of shell to use
author: Warp Team
shells: []