Skip to content

nathanaelhuffman is testing out GitHub Actions #9

nathanaelhuffman is testing out GitHub Actions

nathanaelhuffman is testing out GitHub Actions #9

Workflow file for this run

name: vunit
run-name: ${{ github.actor }} is testing out GitHub Actions
on:
[push]
jobs:
Run-sim:
runs-on: self-hosted
steps:
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- name: Update pip reqs
run : python3 -m pip install --upgrade -r tools/requirements.txt --break-system-packages
- name: Run VUnit tests
run: buck2 bxl //tools/vunit-sims.bxl:vunit_sim_gen | while IFS= read -r line; do eval "$line" ; done