[Snyk] Security upgrade starlette from 0.26.1 to 0.40.0 #106
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: Unit & Integration Tests | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout del codigo | |
uses: actions/checkout@v2 | |
- name: Iniciar servicios | |
run: cd api/ && bash run_pytest.sh | |
# - name: Correr pruebas | |
# run: docker-compose exec -T login /bin/bash -c "pytest test_main.py" || exit 1 | |
# if: always() | |
# - name: Verificar pruebas | |
# run: cat test_output.txt | |
# - name: Detener servicios | |
# run: docker-compose stop |