ci-fixed
Some checks failed
CI/CD / test (push) Failing after 22s
CI/CD / deploy (push) Has been skipped

This commit is contained in:
Untone 2024-02-05 15:26:02 +03:00
parent 7610c49f33
commit b09e6d4a96

View File

@ -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