Skip to content

Commit

Permalink
Update vpp.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <ondrej.fabry@pantheon.tech>
Signed-off-by: Peter Motičák <peter.moticak@pantheon.tech>
  • Loading branch information
ondrej-fabry authored and pemoticak committed May 5, 2023
1 parent a7aa77b commit e3063e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/vpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Run VPP Tests"
run: make test-vpp-plugins

0 comments on commit e3063e7

Please sign in to comment.