From 13689a74636a3147a288b2681ffc95ffb50df937 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Tue, 8 Aug 2023 00:40:45 +0200 Subject: [PATCH] ci: check yarn.lock is synced --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 9b15f1e8..71f94c8f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -40,7 +40,7 @@ jobs: - name: Build code run: | - yarn install + yarn install --frozen-lockfile yarn build - name: Run tests