This commit is contained in:
Henning Dieterichs 2023-02-10 11:00:12 +01:00
parent 10577a0641
commit 6e7a9ae234
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

@ -62,5 +62,10 @@ jobs:
- name: Run smoke test
run: npm run smoketest
- name: Install website node modules
working-directory: website
run: yarn install --frozen-lockfile
- name: Build website
run: npm run build-website
working-directory: website
run: yarn run build