Fix CI build and see result in pull request (#1565)

This commit is contained in:
hannesa2 2020-05-24 02:05:24 +02:00 committed by GitHub
parent d212198e30
commit b6d7831646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View file

@ -1,6 +1,12 @@
name: Build name: Build
on: push on:
push:
branches:
- master
pull_request:
branches:
- master
jobs: jobs:
build: build:

View file

@ -1,6 +1,12 @@
name: Unit tests name: Unit tests
on: push on:
push:
branches:
- master
pull_request:
branches:
- master
jobs: jobs:
testing: testing: