Skip to content

Commit

Permalink
test : git action 서브모듈 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
wnsrl1228 committed May 29, 2024
1 parent 5710336 commit 34993a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
# 레포 불러오기
- name: checkout Github Action
uses: actions/checkout@v4
with:
submodules: true
token: ${{secrets.SUBMODULES_ACCESS_KEY}}

- name: Set up JDK 11
uses: actions/setup-java@v4
Expand All @@ -31,4 +34,7 @@ jobs:
run : ./gradlew clean build --exclude-task test

- name: test
run: cd src/main/resources/meme-title-security/ && ls -al
run: ls -al src/main/resources/meme-title-security/

- name: test
run: ls -al src/main/resources/

0 comments on commit 34993a4

Please sign in to comment.