Skip to content

Change project settings #5

Change project settings

Change project settings #5

Workflow file for this run

name: Run Tests with Composer
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Run Tests:

Check failure on line 12 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Run Tests with Composer

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 12, Col: 3): The identifier 'Run Tests' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests with Docker Compose
uses: cloudposse/github-action-docker-compose-test-run@main
with:
file: docker-compose.yml
service: encurtador
command: composer test