Update config.yml

This commit is contained in:
cedricve
2021-03-15 12:14:22 +01:00
parent 13ab7fce92
commit ab6ec3e6b1

View File

@@ -19,7 +19,7 @@ jobs:
steps:
- checkout
- run: node --version
- run: sudo apt-get install python2.7
- run: sudo apt-get install python
- run: cd web && yarn
- run: cd web && yarn test
- run: cd web && yarn build