Add website check in CI

This commit is contained in:
Alex Dima 2021-11-15 23:14:36 +01:00
parent 6c96c40148
commit 5bb2a27249
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -52,3 +52,6 @@ jobs:
- name: Run smoke test
run: npm run smoketest
- name: Build website
run: npm run build-website