Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /gui #102

Bump micromatch from 4.0.5 to 4.0.8 in /gui

Bump micromatch from 4.0.5 to 4.0.8 in /gui #102

Workflow file for this run

name: Backend Tests
on:
pull_request:
branches:
- master
jobs:
backend_tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend
steps:
- uses: actions/checkout@v1
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
sudo pip install -r requirements.txt
- name: Run tests
run: sudo pytest