diff --git a/.github/workflows/test-multiline.yml b/.github/workflows/test-multiline.yml index 79a44d2..a2615e2 100644 --- a/.github/workflows/test-multiline.yml +++ b/.github/workflows/test-multiline.yml @@ -28,8 +28,9 @@ jobs: cache: yarn - name: install dependencies - run: yarn add ci - + run: |- + yarn add ci + yarn build - uses: ./ id: current diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index 6bb140b..84b200b 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -28,7 +28,9 @@ jobs: cache: yarn - name: install dependencies - run: yarn add ci + run: |- + yarn add ci + yarn build - uses: ./ id: current diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 183f130..995326b 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -28,7 +28,9 @@ jobs: cache: yarn - name: install dependencies - run: yarn add ci + run: |- + yarn add ci + yarn build - uses: ./ id: current diff --git a/.github/workflows/test-query-1.yml b/.github/workflows/test-query-1.yml index d8f0198..ea12de3 100644 --- a/.github/workflows/test-query-1.yml +++ b/.github/workflows/test-query-1.yml @@ -28,7 +28,9 @@ jobs: cache: yarn - name: install dependencies - run: yarn add ci + run: |- + yarn add ci + yarn build - uses: ./ id: current diff --git a/.github/workflows/test-query-2.yml b/.github/workflows/test-query-2.yml index 04a031a..85c0024 100644 --- a/.github/workflows/test-query-2.yml +++ b/.github/workflows/test-query-2.yml @@ -28,7 +28,9 @@ jobs: cache: yarn - name: install dependencies - run: yarn add ci + run: |- + yarn add ci + yarn build - uses: ./ id: current diff --git a/.github/workflows/test-query-3.yml b/.github/workflows/test-query-3.yml index 9154b9c..03211a4 100644 --- a/.github/workflows/test-query-3.yml +++ b/.github/workflows/test-query-3.yml @@ -28,7 +28,9 @@ jobs: cache: yarn - name: install dependencies - run: yarn add ci + run: |- + yarn add ci + yarn build - uses: ./ id: current diff --git a/.github/workflows/test-structure.yml b/.github/workflows/test-structure.yml index 5eba236..bab7f0a 100644 --- a/.github/workflows/test-structure.yml +++ b/.github/workflows/test-structure.yml @@ -28,7 +28,9 @@ jobs: cache: yarn - name: install dependencies - run: yarn add ci + run: |- + yarn add ci + yarn build - uses: ./ id: current diff --git a/.github/workflows/test-wrong-yaml-config.yml b/.github/workflows/test-wrong-yaml-config.yml index 5925c94..f1f2895 100644 --- a/.github/workflows/test-wrong-yaml-config.yml +++ b/.github/workflows/test-wrong-yaml-config.yml @@ -28,7 +28,9 @@ jobs: cache: yarn - name: install dependencies - run: yarn add ci + run: |- + yarn add ci + yarn build - uses: ./ id: current