Skip to content

Issue-5: Proxy response should return only the body or the remote request and set the headers, status, etc. #13

Issue-5: Proxy response should return only the body or the remote request and set the headers, status, etc.

Issue-5: Proxy response should return only the body or the remote request and set the headers, status, etc. #13

Workflow file for this run

name: Testing Suite
on:
push:
branches:
- main
pull_request:
# Uncomment and edit the following to run on a schedule.
# schedule:
# - cron: '15 5 * * 0' # Run once per week at 5:15am UTC on Sundays.
jobs:
unit-tests:
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
php: "8.2"