Contents

CiActionType

A string that represents the type of an Xcode Cloud workflow’s action.

Declaration

string CiActionType

Possible Values

BUILD
ANALYZE
TEST
ARCHIVE

Mentioned in

Possible values

BUILD

The action is a build action.

ANALYZE

The action is an analyze action.

TEST

The action is a test action.

ARCHIVE

The action is an archive action.

See Also

Objects