diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-17 08:50:07 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-17 10:25:05 +0200 |
commit | 4ac26772681d74be2cbbf9376a02ebc395257c86 (patch) | |
tree | 16a140c9c245fbe1204c147ee6a6705dcb60601e /test/asset/run/repo-basic.yaml | |
parent | c7930f132d1fff4fba0f8fbee6aa0edb38c40269 (diff) |
Initial test scripts and configuration
Diffstat (limited to 'test/asset/run/repo-basic.yaml')
-rw-r--r-- | test/asset/run/repo-basic.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/asset/run/repo-basic.yaml b/test/asset/run/repo-basic.yaml new file mode 100644 index 0000000..82f5650 --- /dev/null +++ b/test/asset/run/repo-basic.yaml @@ -0,0 +1,7 @@ +job success: + shell: + - "true" + +job failure: + shell: + - "false" |