Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Bump the npm_and_yarn group across 1 directories with 12 updates #390

Bump the npm_and_yarn group across 1 directories with 12 updates

Bump the npm_and_yarn group across 1 directories with 12 updates #390

Workflow file for this run

name: PullRequestMaster
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dev deps
run: pip install -r api/requirements-dev.txt
- name: Run Pytest
run: python -m pytest api/tests/