Refactor to use plugeth-statediff #1

Merged
roysc merged 14 commits from refactor-for-plugin into v5 2023-09-21 08:01:51 +00:00
2 changed files with 11 additions and 7 deletions
Showing only changes of commit f18de98545 - Show all commits

View File

@ -1,6 +0,0 @@
name: Run tests for PR
on: [pull_request]
jobs:
run-tests:
uses: ./.github/workflows/test.yml

View File

@ -1,6 +1,16 @@
name: Unit and integration tests
on:
workflow_call:
# workflow_call:
# Job headers are hidden when not top-level - run them directly for readability until fixed:
# https://github.com/go-gitea/gitea/issues/26736
pull_request:
branches: '*'
push:
branches:
- main
- ci-test
env:
# Needed until we can incorporate docker startup into the executor container