Skip to content

add chunked uploads to the postman api description #310

add chunked uploads to the postman api description

add chunked uploads to the postman api description #310

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- release/*
pull_request:
workflow_dispatch:
jobs:
execute-tests:
name: Setup testing environment and execute tests
# https://github.com/cybex-gmbh/github-workflows/blob/main/.github/workflows/tests.yml
uses: cybex-gmbh/github-workflows/.github/workflows/tests.yml@main

Check failure on line 15 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 15, Col: 11): Input DATABASE_NAME is required, but not provided while calling. .github/workflows/tests.yml (Line: 26, Col: 23): Invalid input, MYSQL_DATABASE is not defined in the referenced workflow.
strategy:
fail-fast: true
matrix:
php: [ 8.2, 8.3 ]
laravel: [ 11.* ]
dependency-version: [ prefer-stable ]
with:
PHP_VERSION: ${{ matrix.php }}
LARAVEL_VERSION: ${{ matrix.laravel }}
DEPENDENCY_VERSION: ${{ matrix.dependency-version }}
MYSQL_DATABASE: transmorpher_test
LINUX_PACKAGES: imagemagick jpegoptim optipng pngquant gifsicle webp ffmpeg