Merge branch 'master' of github.com:thecodingmachine/workadventure into landingpage

This commit is contained in:
kevin 2020-06-03 01:28:37 +02:00
commit 46aa4a51f4
11 changed files with 278 additions and 15 deletions

View file

@ -36,6 +36,10 @@ jobs:
run: yarn run lint
working-directory: "front"
- name: "Jasmine"
run: yarn test
working-directory: "front"
continuous-integration-back:
name: "Continuous Integration Back"