Skip to content

Perform additional optimizations and add more verbose info. #37

Perform additional optimizations and add more verbose info.

Perform additional optimizations and add more verbose info. #37

Workflow file for this run

name: Run
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
reuse_build:
uses: Packet-Batch/PB-AF-XDP/.github/workflows/build.yml@master

Check failure on line 11 in .github/workflows/run.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run.yml

Invalid workflow file

error parsing called workflow ".github/workflows/run.yml" -> "Packet-Batch/PB-AF-XDP/.github/workflows/build.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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: Run apt update
run: sudo apt update
- name: Install LibELF
run: sudo apt install libelf-dev
- 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