Skip to content

Merge pull request #458 from SoryRawyer/rds/forum-interaction-tab #1162

Merge pull request #458 from SoryRawyer/rds/forum-interaction-tab

Merge pull request #458 from SoryRawyer/rds/forum-interaction-tab #1162

Workflow file for this run

name: Run all tests & checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install development dependencies
run: make dev-requirements
- name: Static code analysis
run: make test-lint
- name: Code formatting
run: make test-format
- name: Package tests
run: make test-pythonpackage
# Enable step when test-install.sh is implemented
# - name: Plugin installation & rendering checks
# run: make test-install