add workflows
parent
883d6a0f67
commit
eb44ec1d8f
@ -0,0 +1,18 @@
|
||||
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
|
Loading…
Reference in New Issue