From 0372a4a1474cbdaf53d1a8a4b32eee27c879d2c8 Mon Sep 17 00:00:00 2001 From: Alexander Rodionov Date: Fri, 27 Oct 2023 17:55:07 +0400 Subject: [PATCH] ci(auto-build): run build command --- .github/workflows/auto-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 060a4300..32159a15 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - target: [ 'lint', 'format', 'test:unit' ] + target: [ 'build', 'lint', 'format', 'test:unit' ] steps: - name: Checkout uses: actions/checkout@v3