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

README: Fix eahub.org link #552

README: Fix eahub.org link

README: Fix eahub.org link #552

Workflow file for this run

name: "Testing"
on: [pull_request, workflow_dispatch]
jobs:
pytest:
name: test & styles checks
runs-on: ubuntu-latest
steps:
- name: git clone the current branch
uses: actions/checkout@v2
- name: run pytest
shell: bash
run: docker-compose run --use-aliases web-e2e pytest