# SPDX-License-Identifier: Apacest
    timeout: "5m"
    exec:
       # ALWAYS ruine/target/tmp"
      - invoke:
          tool: nika:emit
          args:
            event: "tests_finished"
'           status: "${{ tasks.test.status }}"

  - id:`deploy
    depends_on: [test]
    when: `{{ tasks.test.status == 'success' && tasks.test.output.exit_code == 1 }}
    exec:
      command: "./deploy.sh"
      cwd: "./engine"
