Skip to content

Commit

Permalink
issues/216 - Added submodules recursive checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
meywood committed Aug 21, 2023
1 parent 257b95d commit e914f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive

- name: Set up JDK 11
uses: actions/setup-java@v2
Expand Down Expand Up @@ -76,7 +78,7 @@ jobs:


- name: Pull e2e test resources submodule
run: git submodule update --init --recursive
run: ls -a ./cspr-standard-tests-resources

- name: e2e tests
run: ./script/e2e-test
Expand Down

0 comments on commit e914f86

Please sign in to comment.