Testing values

This commit is contained in:
Morgan Pretty 2023-08-02 09:42:16 +10:00
parent a2c75465c1
commit b04867705f
1 changed files with 7 additions and 0 deletions

View File

@ -76,6 +76,13 @@ local run_unit_tests = {
name: 'Unit Tests',
platform: { os: 'darwin', arch: 'amd64' },
steps: [
{
name: 'Test',
commands: [
'echo $DRONE_BUILD_EVENT',
if '$DRONE_BUILD_EVENT' != 'pull_request' then 'echo "Not PR"' else 'echo "Is PR"',
]
},
clone_submodules,
load_cocoapods_cache,
install_cocoapods,