Skip to content

Commit 1247ecb

Browse files
committed
Merge branch 'main' into cakephp5.3-deprecations
2 parents 007958d + a6e8278 commit 1247ecb

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -92,27 +92,4 @@ jobs:
9292
rm -rf composer.lock
9393
composer require cakephp/cakephp:${{matrix.version}} --no-update
9494
composer install --prefer-dist --no-progress
95-
composer test
96-
97-
integration_test:
98-
name: Integration Test (Docker)
99-
runs-on: ubuntu-latest
100-
steps:
101-
- name: Checkout
102-
uses: actions/checkout@v2
103-
- name: Get branch name
104-
id: branch-name
105-
uses: tj-actions/branch-names@v5.1
106-
- name: Docker Build
107-
run: docker build -t cakepreloader:test tests/ --no-cache --build-arg BRANCH=dev-${{ steps.branch-name.outputs.current_branch }}
108-
- name: Docker Run
109-
run: docker run -d cakepreloader:test
110-
- name: Test Container
111-
run: |
112-
if docker ps | grep "cakepreloader:test"; then
113-
echo "container is running"
114-
else
115-
echo "container is not running"
116-
exit 1
117-
fi
118-
95+
composer test

0 commit comments

Comments
 (0)