From 94cf8aecbd5b455b99cdd293e188dc76d49de7cb Mon Sep 17 00:00:00 2001 From: Sebastien Colladon Date: Fri, 26 Aug 2022 10:44:20 +0200 Subject: [PATCH] build: add production like integration test --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b2e2f0e8..bf3959e1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -80,7 +80,7 @@ jobs: ${{ runner.os }}-yarn- - name: Install dependencies - run: yarn install --immutable --immutable-cache --check-cache + run: yarn install --immutable --immutable-cache --check-cache --prod - name: Build plugin run: yarn pack