kind: pipeline type: exec name: test steps: - name: Compile commands: - make release - name: install commands: - make install - name: test commands: - make tests