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

Upgrade to django42 #546

Upgrade to django42

Upgrade to django42 #546

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 eahub/tests/e2e/test_signup.py