Skip to content

Adiciona step de debug #54

Adiciona step de debug

Adiciona step de debug #54

Workflow file for this run

name: Run tests
on:
push:
branches: '**'
# pull_request:
# branches:
# - main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

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

View workflow run for this annotation

GitHub Actions / .github/workflows/run-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Check docker-compose version
run: docker-compose --version
- name: Build image for web service
run: docker-compose build web
- name: Build image for db service
run: docker-compose pull db
- name: Run tests
run: ./bin/run pytest