Changed unit test pipeline back to PR only (codecov will error otherwise)

pull/960/head
Morgan Pretty 1 year ago
parent 9aeb94dcc2
commit 95d9e5c646

@ -118,12 +118,13 @@ local sim_keepalive = {
local sim_delete_cmd = 'if [ -f build/artifacts/sim_uuid ]; then rm -f /Users/$USER/sim-keepalive/$(<./build/artifacts/sim_uuid); fi';
[
// Unit tests
// Unit tests (PRs only)
{
kind: 'pipeline',
type: 'exec',
name: 'Unit Tests',
platform: { os: 'darwin', arch: 'arm64' },
trigger: { event: { exclude: ['push'] } },
steps: [
version_info,
clone_submodules,

@ -1 +1 @@
Subproject commit 5cdc346e9e633a1f80d388184fe00e7ca9d6ee9c
Subproject commit e727de26ceacc98bb686fc0545cbc7375c2d83f4
Loading…
Cancel
Save