Henning Dieterichs il y a 2 ans
Parent
commit
6e7a9ae234
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      .github/workflows/ci.yml

+ 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