Skip to content

Setup integration tests for API endpoints #2

Setup integration tests for API endpoints

Setup integration tests for API endpoints #2

Workflow file for this run

name: Integration tests
on:
push:
pull_request:
permissions:
contents: read # to clone the repos and get release assets (shivammathur/setup-php)
jobs:
integration:
permissions:
contents: read # to clone the repos and get release assets (shivammathur/setup-php)
name: Integration tests
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2' ]
fail-fast: false
steps:
- name: Build and Run shop with docker and run integration tests
shell: bash
run: |
pwd
ls
./ci.sh