mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Add merge group functionality to unit tests.
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
Satadru Pramanik, DO, MPH, MEng
parent
e79fb7b14f
commit
8c31114565
1
.github/workflows/Linter-Handoff.yml
vendored
1
.github/workflows/Linter-Handoff.yml
vendored
@@ -3,6 +3,7 @@ name: Linter-Handoff
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
merge_group:
|
||||
jobs:
|
||||
handoff:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.github/workflows/Unit-Test.yml
vendored
1
.github/workflows/Unit-Test.yml
vendored
@@ -3,6 +3,7 @@ name: Run Unit Tests on PR
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
merge_group:
|
||||
jobs:
|
||||
container_tests:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user