mirror of
https://github.com/openpower-cores/a2i.git
synced 2026-02-18 13:36:56 +00:00
18 lines
277 B
YAML
18 lines
277 B
YAML
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
|