ci-fixed
This commit is contained in:
parent
7610c49f33
commit
b09e6d4a96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user