Skip to content

Improve text alignment block tool #78

Improve text alignment block tool

Improve text alignment block tool #78

Workflow file for this run

name: test_wagtail_editorjs
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Run tests
run: |
python wagtail_editorjs/test/manage.py test