Skip to content

[Snyk] Security upgrade idna from 3.4 to 3.7 #71

[Snyk] Security upgrade idna from 3.4 to 3.7

[Snyk] Security upgrade idna from 3.4 to 3.7 #71

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