-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathsquareone.yml
More file actions
28 lines (26 loc) · 848 Bytes
/
squareone.yml
File metadata and controls
28 lines (26 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# SquareOne Project Docker Config
#
# This file overrides default values from SquareOne Global Docker,
# giving values appropriate to this project for some of the configuration
# variables.
#
# Add variables here if the project requires a different value than the default
# provided by SquareOne Global Docker
#
# See https://github.com/moderntribe/square1-global-docker/blob/master/config/squareone.yml
# for the full list of variables that a project can override. Of particular interest
# are those values under `local-docker` and `tests`
---
# Automated Testing
tests:
php-container: 'php-tests'
# Custom project commands
commands:
# so project:test
test:
signature: test
description: Run all automated test suites at once
cmd:
- so test -- run unit
- so test -- run integration
- so test -- run acceptance