Skip to content

Modernize Testing Infrastructure and Theme Structure #5

Modernize Testing Infrastructure and Theme Structure

Modernize Testing Infrastructure and Theme Structure #5

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: docker compose up