Skip to content

Commit

Permalink
CI - Remove setup lorem.space backend
Browse files Browse the repository at this point in the history
  • Loading branch information
morawskim committed Oct 4, 2023
1 parent 30b531c commit e11752b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ jobs:
run: composer run phpcs
- name: "Run phpunit"
run: |
echo Setup lorem.space backend API
mkdir -p images/mycategory
wget --no-verbose https://github.com/manasky/lorem-server/releases/download/v1.0.12/lorem-server-v1.0.12-linux-amd64.tar.gz
tar xzvf lorem-server-v1.0.12-linux-amd64.tar.gz
wget --no-verbose -Oimages/mycategory/photo.jpg https://picsum.photos/200/300
./lorem-server --host 127.0.0.1:5000 --dir ./images &
echo End setup for lorem.space API
wget -Oimages/mycategory/test.jpg http://localhost:8080/image
echo Xdebug env - ${{ matrix.xdebug }}
if [[ "${{ matrix.xdebug }}" == "xdebug2" ]]; then vendor/bin/phpunit --verbose --coverage-clover=coverage.xml; fi
if [[ "${{ matrix.xdebug }}" == "xdebug" ]]; then php -dxdebug.mode=coverage vendor/bin/phpunit --verbose --coverage-clover=coverage.xml; fi
Expand Down

0 comments on commit e11752b

Please sign in to comment.