mirror of
https://github.com/openpower-cores/a2i.git
synced 2026-01-13 15:27:21 +00:00
21 lines
381 B
YAML
21 lines
381 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: srt32/git-actions@v0.0.3
|
|
with:
|
|
args: git update-index --chmod=+x run.py
|
|
- uses: VUnit/vunit_action@master
|
|
with:
|
|
cmd: python3 ./run.py
|