can_run

Check that the app can compile and run.

Arguments

NameTypeDescriptionRequired

path_to_file

string

Path to the file to run.

Example

- name: can_run
  arguments:
    path_to_file: <path-to-your-file>

Last updated