From e3063e7c88b8e94559412f2915b0fba490f9f71f Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Wed, 26 Apr 2023 08:44:04 +0200 Subject: [PATCH] Update vpp.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondrej Fabry Signed-off-by: Peter Motičák --- .github/workflows/vpp.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/vpp.yml b/.github/workflows/vpp.yml index 090b258a..f1852704 100644 --- a/.github/workflows/vpp.yml +++ b/.github/workflows/vpp.yml @@ -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