Workflow Improvements (#69)

This PR attempts to run the XDP program for 10 seconds when running the `run.yml` workflow instead of printing the help menu.
This commit is contained in:
Christian Deacon
2025-03-28 13:26:18 -04:00
committed by GitHub
parent 3062ddd166
commit 20cb84cd06
3 changed files with 32 additions and 22 deletions

View File

@@ -1,18 +1,14 @@
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_call:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run apt update
@@ -34,7 +30,7 @@ jobs:
- name: Install project
run: sudo make install
- name: Store build artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: build-output
path: build/loader/xdpfw
path: build/