Skip to content

Commit

Permalink
CI: add vpp test workflow (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Béreš <[email protected]>
Co-authored-by: Daniel Béreš <[email protected]>
  • Loading branch information
Giluerre and Giluerre authored Feb 20, 2023
1 parent c3af2a6 commit a7aa77b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:

- name: "Push Docker images"
run: make push-images
call-vpp-test:
uses: ./.github/workflows/vpp.yml

11 changes: 11 additions & 0 deletions .github/workflows/vpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: VPP Tests
on: [workflow_dispatch, workflow_call]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Run VPP Tests"
run: make test-vpp-plugins

0 comments on commit a7aa77b

Please sign in to comment.