Skip to content

Commit 869ab49

Browse files
committed
add test workflow
1 parent 9493f5b commit 869ab49

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
- run: composer install --no-interaction
2929

3030
# run tests with phpunit or codecept
31-
- run: mkdir -p build/logs
31+
- run: mkdir -p ./build/logs
3232
- run: composer test
33-
- run: php vendor/bin/php-coveralls -v
33+
- run: php ./vendor/bin/php-coveralls -v
34+
35+
workflows:
36+
version: 2
37+
test:
38+
jobs:
39+
- test

0 commit comments

Comments
 (0)