[CI/Build] Add CI end-to-end (E2E) tests (#139)
* [CI/Build] Add CI end-to-end (E2E) tests Signed-off-by: Chenchao Hu <huchenchao@example.com>
This commit is contained in:
8
.github/workflows/run-e2e.yml
vendored
Normal file
8
.github/workflows/run-e2e.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: run-e2e-test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-e2e:
|
||||
uses: ./.github/workflows/_e2e_singlecard.yml
|
||||
Reference in New Issue
Block a user