run test jobs directly
This commit is contained in:
parent
5b0c135223
commit
f18de98545
6
.github/workflows/on-pr.yml
vendored
6
.github/workflows/on-pr.yml
vendored
@ -1,6 +0,0 @@
|
|||||||
name: Run tests for PR
|
|
||||||
on: [pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
run-tests:
|
|
||||||
uses: ./.github/workflows/test.yml
|
|
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -1,6 +1,16 @@
|
|||||||
name: Unit and integration tests
|
name: Unit and integration tests
|
||||||
on:
|
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:
|
env:
|
||||||
# Needed until we can incorporate docker startup into the executor container
|
# Needed until we can incorporate docker startup into the executor container
|
||||||
|
Loading…
Reference in New Issue
Block a user