mirror of
https://github.com/tooot-app/app
synced 2025-03-02 18:48:04 +01:00
Added submodule to workflows
This commit is contained in:
parent
9979d0e9e0
commit
313b7af4a8
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
||||
steps:
|
||||
- name: -- Step 1 -- Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: -- Step 2 -- Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
2
.github/workflows/production.yml
vendored
2
.github/workflows/production.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
||||
steps:
|
||||
- name: -- Step 1 -- Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: -- Step 2 -- Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
||||
steps:
|
||||
- name: -- Step 1 -- Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: -- Step 2 -- Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user