Skip to content

Tc

Tc #1

Workflow file for this run

name: ci
on:
push:
pull_request:
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
jobs:
make_check:
runs-on: ubuntu-22.04
steps:
- name: "Checkout sfunnel"
uses: actions/checkout@v3
with:
path: sfunnel
- name: "Install deps..."
run: |
sudo apt-get update && apt-get install -y clang make iproute2 bridge-utils python3 python3-scapy
- name: "Run tests..."
run: cd sfunnel/test && make