diff --git a/.github/workflows/bullmq-tests.yml b/.github/workflows/bullmq-tests.yml index e3c3031a6853..bbb6d55bf3bc 100644 --- a/.github/workflows/bullmq-tests.yml +++ b/.github/workflows/bullmq-tests.yml @@ -38,7 +38,7 @@ jobs: git clone https://github.com/dragonflydb/bullmq.git cd bullmq pwd - yarn install --ignore-engines --frozen-lockfile --non-interactive + yarn install --ignore-engines --non-interactive yarn build - name: Test BullMQ run: |