run test jobs directly
This commit is contained in:
parent
6cd44545ba
commit
ff8727f988
7
.github/workflows/on-pr.yml
vendored
7
.github/workflows/on-pr.yml
vendored
@ -1,7 +0,0 @@
|
||||
name: PR actions
|
||||
on:
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
uses: ./.github/workflows/test.yml
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Run tests
|
||||
on:
|
||||
workflow_call:
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
|
Loading…
Reference in New Issue
Block a user