From b09e6d4a961aeaf560796c366ec64512cbf2b1ad Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 5 Feb 2024 15:26:02 +0300 Subject: [PATCH] ci-fixed --- .gitea/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index f0cf23e..4043648 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -1,4 +1,4 @@ -name: 'deploy' +name: 'CI/CD' on: [push] jobs: @@ -20,8 +20,12 @@ jobs: - name: Check types run: npx tsc --noEmit + - name: Check start + run: npm run start + deploy: runs-on: ubuntu-latest + needs: test steps: - name: Cloning repo uses: actions/checkout@v2