name: VUnit Tests on: push: pull_request: schedule: - cron: '0 0 * * 5' workflow_dispatch: jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: VUnit/vunit_action@master with: cmd: python3 ./run.py