Skip to content

Commit

Permalink
Update prTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
choi5798 authored Sep 13, 2023
1 parent 27bb76d commit 46155f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Check Repo code With Submodules
uses: actions/checkout@v3
with:
submodules: 'true'
token: ${{secrets.GH_ACCESS_TOKEN}}

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 46155f7

Please sign in to comment.