From cb529c694780984e58ca4bda2dc7496c71267a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9A=D0=BE=D0=B7=D0=B0=D0=BA?= Date: Tue, 12 Nov 2024 19:00:45 +0200 Subject: [PATCH] ci: compile and deploy --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d901ab0b0..c46498b52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,12 @@ jobs: with: renderer-template: ${{ matrix.renderer-template }} app-version: ${{ needs.prepare.outputs.APP_VERSION }} + strategy: + fail-fast: false + matrix: + renderer-template: + - vanilla + - vanilla-ts # tests: # needs: # - prepare