Skip to content

Commit

Permalink
actions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed Apr 6, 2024
1 parent 544a80a commit ebf8683
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test_wagtail_fedit
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11.6'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
python wagtail_fedit/test/manage.py test
Binary file added requirements.txt
Binary file not shown.

0 comments on commit ebf8683

Please sign in to comment.