Merge branch 'master' into test_ci_parallel_build
This commit is contained in:
commit
ef58228ecb
|
@ -1,11 +1,12 @@
|
|||
name: Run tests parallel
|
||||
on:
|
||||
pull_request:
|
||||
pull_request2:
|
||||
types: [opened, reopened, synchronize]
|
||||
branches:
|
||||
- test_ci_parallel_build
|
||||
jobs:
|
||||
Test-Asserts:
|
||||
Test-Asserts-Parallel:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Check out
|
||||
|
|
Loading…
Reference in a new issue