Skip to content

refactor: use slim base-image #126

refactor: use slim base-image

refactor: use slim base-image #126

Workflow file for this run

name: Unittests
on: [push]
jobs:
run_unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Checking out the repo
- name: install_deps
uses: VaultVulp/[email protected]
with:
command: install -d # Install all dependencies, including development ones
- name: show_graph
uses: VaultVulp/[email protected]
with:
command: graph # shows installed pip packages
- name: test
uses: VaultVulp/[email protected]
with:
command: run pytest -vv