Przeglądaj źródła

fix: re-enable repeatable install now that it's fixed on master

Gabriel Horner 2 miesięcy temu
rodzic
commit
b9318281f3
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      .github/workflows/deploy-db-test-pages.yml

+ 1 - 2
.github/workflows/deploy-db-test-pages.yml

@@ -47,8 +47,7 @@ jobs:
           cli: ${{ env.CLOJURE_VERSION }}
 
       - name: Fetch yarn deps
-        # run: yarn install --frozen-lockfile
-        run: yarn install
+        run: yarn install --frozen-lockfile
 
       - name: Set Build Environment Variables
         run: |