Skip to content

Commit

Permalink
Github actions checkout with git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
filhodanuvem committed May 29, 2021
1 parent 64d5ef6 commit a28b251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
submodules: true
path: go/src/github.com/cloudson/gitql

- name: Run tests
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
submodules: true
path: go/src/github.com/cloudson/gitql

- name: Run tests
Expand Down Expand Up @@ -95,6 +97,8 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
submodules: true

- name: Run tests
run: |
Expand Down

0 comments on commit a28b251

Please sign in to comment.