chore: Update submodules in GitHub Actions workflows
This commit is contained in:
parent
cf45040a1c
commit
6f8cab20fd
2 changed files with 2 additions and 0 deletions
1
.github/workflows/pr-test.yml
vendored
1
.github/workflows/pr-test.yml
vendored
|
|
@ -156,6 +156,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: yaoapp/yao-startup-webapp
|
||||
submodules: true
|
||||
token: ${{ secrets.YAO_TEST_TOKEN }}
|
||||
path: yao-startup-webapp
|
||||
|
||||
|
|
|
|||
1
.github/workflows/unit-test.yml
vendored
1
.github/workflows/unit-test.yml
vendored
|
|
@ -114,6 +114,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: yaoapp/yao-startup-webapp
|
||||
submodules: true
|
||||
token: ${{ secrets.YAO_TEST_TOKEN }}
|
||||
path: yao-startup-webapp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue