Add extern function recirculate() #76
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test P4 Examples" | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Add .github/scripts to PATH | |
run: echo "$GITHUB_WORKSPACE/.github/scripts" >> $GITHUB_PATH | |
- name: Print p4test version | |
run: p4test --version | |
- name: Run runp4test.sh | |
working-directory: ./examples | |
run: bash runp4test.sh |