Skip to content

Commit 043e27c

Browse files
committed
ci: run make test_sonic_xcvr_with_emu
Signed-off-by: Wataru Ishida <[email protected]>
1 parent df1852d commit 043e27c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Test sonic-xcvr with xcvr-emu
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v4
18+
19+
- name: test sonic-xcvr with xcvr-emu
20+
run: make test_sonic_xcvr_with_emu

0 commit comments

Comments
 (0)