From 00ffe2b4e1a0039f4682f6564b87d93f2c762ef5 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Fri, 18 Aug 2023 15:41:07 +0400 Subject: [PATCH] yarn build --- .github/workflows/integration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 5ff427a3..e63fb85f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -16,6 +16,9 @@ jobs: - name: Install dependencies run: yarn + - name: Install build + run: yarn build + - name: Integration run: ./scripts/integration.sh env: