File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments