Skip to content

0.0.17 build artefacts #23

0.0.17 build artefacts

0.0.17 build artefacts #23

Workflow file for this run

name: unit_testing
on:
pull_request:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
container: argovis/argovis_helpers:test-base-231026
services:
database:
image: argovis/testdb:0.36
redis:
image: redis:7.0.2
api:
image: argovis/api:2.14.2
env:
ARGONODE: core
steps:
- name: checkout
uses: actions/checkout@v2
- name: run_tests
run: pytest tests/*.py