Skip to content

Commit

Permalink
CI - Setup lorem.space backend API for test
Browse files Browse the repository at this point in the history
  • Loading branch information
morawskim committed Oct 4, 2023
1 parent 6cf3ceb commit bfd5f0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
tests:
name: "Run tests"
runs-on: "ubuntu-20.04"
env:
LOREM_SPACE_SELF_OWNED_URL: http://localhost:8080/image/
strategy:
matrix:
include:
Expand Down Expand Up @@ -58,6 +60,11 @@ jobs:
- php-version: 8.2
xdebug: "xdebug"
prefer-lowest: ""
services:
loremspace:
image: morawskim/lorem-space-backend
ports:
- 8080:8080
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
Expand Down

0 comments on commit bfd5f0b

Please sign in to comment.