Skip to content

Commit

Permalink
Revert "#15186 - Add services for Mac builds and Integration Tests"
Browse files Browse the repository at this point in the history
This reverts commit 015320f
  • Loading branch information
Jeckerson authored and niden committed Mar 23, 2021
1 parent d98cfb3 commit 682cde8
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,32 +251,6 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"

needs: generate
services:
mysql:
image: mysql:5.7
ports:
- 3306
env:
MYSQL_ROOT_PASSWORD: secret
MYSQL_USER: phalcon
MYSQL_DATABASE: phalcon
MYSQL_PASSWORD: secret
postgres:
image: postgres:12-alpine
ports:
- 5432
env:
POSTGRES_PASSWORD: secret
POSTGRES_DB: phalcon
redis:
image: redis:5-alpine
ports:
- 6379
memcached:
image: memcached:1.5-alpine
ports:
- 11211

runs-on: ${{ matrix.operating-system }}
env:
PHP_EXTENSIONS: mbstring, intl, json, yaml, apcu, imagick, igbinary, msgpack-beta, redis
Expand Down Expand Up @@ -382,13 +356,6 @@ jobs:
- name: Run CLI Tests
run: vendor/bin/codecept run --ext DotReporter cli

- name: Run Integration Tests
env:
DATA_REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
DATA_MEMCACHED_PORT: ${{ job.services.memcached.ports['11211'] }}
if: always()
run: vendor/bin/codecept run --ext DotReporter integration

build-and-test-windows:
# To prevent build a particular commit use
# git commit -m "......... [ci skip]"
Expand Down

0 comments on commit 682cde8

Please sign in to comment.