From 08437acb0bfa01cfd4f3b1174e37c53536a445f0 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Tue, 17 Oct 2023 20:48:20 +0200 Subject: [PATCH] fix: Only use the --no-lockfile for the integration tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3225145..c0d1d19 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Install dependencies - run: yarn --no-lockfile + run: yarn - name: Run eslint run: yarn run eslint integration: