Added more steps
Some checks failed
Deploy FitLien services to Dev / Deploy to Dev (push) Failing after 58s
Some checks failed
Deploy FitLien services to Dev / Deploy to Dev (push) Failing after 58s
This commit is contained in:
parent
bb1a33daa4
commit
59a9932ca8
@ -13,3 +13,14 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 22
|
||||||
|
|
||||||
|
- name: Clean install
|
||||||
|
run: npm clean-install
|
||||||
|
|
||||||
|
- name: Copy .env.example to .env
|
||||||
|
run: cp .env.example .env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user