Skip to content

Update version of upload-artifact action in use #171

Update version of upload-artifact action in use

Update version of upload-artifact action in use #171

Workflow file for this run

name: Unit tests
on: [pull_request]
jobs:
unittests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: setup
uses: ./.github/actions/setup-languages
- name: Run Tests
run: |
pipenv run python -m pytest