run test jobs directly
Some checks failed
Unit and integration tests / Run integration tests (pull_request) Failing after 5m43s
Unit and integration tests / Run unit tests (pull_request) Successful in 9m24s

This commit is contained in:
Roy Crihfield 2023-09-14 20:19:54 +08:00
parent 5b0c135223
commit f18de98545
2 changed files with 11 additions and 7 deletions

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