Skip to content

Update PB Common sub-module to fix memory leak. #11

Update PB Common sub-module to fix memory leak.

Update PB Common sub-module to fix memory leak. #11

Workflow file for this run

name: Run
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
reuse_build:
uses: Packet-Batch/PB-DPDK/.github/workflows/build.yml@master
run:
needs: reuse_build
runs-on: ubuntu-latest
steps:
- name: Download artifact from Build workflow
uses: actions/download-artifact@master
with:
name: build-output
- name: Deploy the DPDK (default)
uses: gamemann/DPDK-Deploy-Action@v1.6
- name: List files
run: ls -la
- name: Add execute permissions to executable file
run: sudo chmod +x ./pcktbatch
- name: Run Packet Batch with help menu
run: sudo ./pcktbatch -h