Skip to content

Report poetry versions #603

Report poetry versions

Report poetry versions #603

Workflow file for this run

name: Unit Tests
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docker/sds-api/spine-directory-service/sds
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install pipenv
uses: dschep/install-pipenv-action@v1
with:
- version: 2021.5.29

Check failure on line 21 in .github/workflows/unit-tests.yml

View workflow run for this annotation

GitHub Actions / Unit Tests

Invalid workflow file

The workflow is not valid. .github/workflows/unit-tests.yml (Line: 21, Col: 13): A sequence was not expected
- name: Install dependencies
run: |
pipenv install --dev
- name: Test with pytest
run: |
pipenv run unittests-sds