1 changed files with
8 additions and
1 deletions
|
|
@ -1,5 +1,12 @@
|
|
|
|
name: test
|
|
|
|
name: test
|
|
|
|
on: [push]
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
|
|
|
|
push:
|
|
|
|
|
|
|
|
pull_request:
|
|
|
|
|
|
|
|
schedule:
|
|
|
|
|
|
|
|
- cron: '0 0 * * 5'
|
|
|
|
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
Unittests:
|
|
|
|
Unittests:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|