ci: Get rid of dedicated submodules step
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
8434739516
commit
b5f4ea9c42
2 changed files with 4 additions and 6 deletions
|
@ -17,9 +17,8 @@ jobs:
|
|||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Test
|
||||
run: make test-ci
|
||||
|
|
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
@ -17,9 +17,8 @@ jobs:
|
|||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Test
|
||||
run: make test-ci
|
||||
|
|
Loading…
Reference in a new issue