Преглед изворни кода

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

Gabriel Horner пре 2 месеци
родитељ
комит
b9318281f3
1 измењених фајлова са 1 додато и 2 уклоњено
  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: |