Change project settings #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Run Tests with ComposerInvalid workflow file
|
||
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 | ||