Skip to content

better exeptions for 500 and 400 errors #130

better exeptions for 500 and 400 errors

better exeptions for 500 and 400 errors #130

Workflow file for this run

name: Code check Local
on:
pull_request:
branches:
- master
jobs:
code-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Import Outscale API description
run: make init
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Python dependencies
run: make .venv/ok
- name: Analysing the code with pylint
run: make test-pylint
- name: Security check - Bandit
run: make test-bandit
- name: Build python package
run: make package
- name: Run integration tests
run: ./local-tests.sh