Skip to content

Commit 1949a8a

Browse files
committed
fix: test website ci
1 parent 76d8546 commit 1949a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-db-test-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
cli: ${{ env.CLOJURE_VERSION }}
4848

4949
- name: Fetch yarn deps
50-
run: yarn install --frozen-lockfile
50+
# run: yarn install --frozen-lockfile
51+
run: yarn install
5152

5253
- name: Set Build Environment Variables
5354
run: |

0 commit comments

Comments
 (0)