1
0
Henning Dieterichs 2 жил өмнө
parent
commit
6e7a9ae234

+ 6 - 1
.github/workflows/ci.yml

@@ -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