Browse Source

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

Gabriel Horner 3 weeks ago
parent
commit
b9318281f3
1 changed files with 1 additions and 2 deletions
  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: |