ci-fixed
This commit is contained in:
parent
7610c49f33
commit
b09e6d4a96
|
@ -1,4 +1,4 @@
|
||||||
name: 'deploy'
|
name: 'CI/CD'
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -20,8 +20,12 @@ jobs:
|
||||||
- name: Check types
|
- name: Check types
|
||||||
run: npx tsc --noEmit
|
run: npx tsc --noEmit
|
||||||
|
|
||||||
|
- name: Check start
|
||||||
|
run: npm run start
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- name: Cloning repo
|
- name: Cloning repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user