First e2e tests running locally (with example backend)

This commit is contained in:
Guillaume Tardif 2020-05-04 15:10:28 +02:00
parent f32235b8ba
commit 35c5073cc0
7 changed files with 302 additions and 9 deletions

View file

@ -1,11 +1,8 @@
name: Continuous integration
on:
push:
branches: [master]
pull_request:
branches: [master]
[push]
jobs:
build:
name: Build
@ -28,3 +25,6 @@ jobs:
- name: Test
run: make test
- name: E2E Test
run: make e2e-local