Skip to content

Commit

Permalink
빌드 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
melonturtle authored Dec 1, 2023
1 parent 58bbdec commit e8f93fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ jobs:

- name: Create directory
run: mkdir -p ./src/main/resources/static/docs
shell: bash

- name: Build and Test with Gradle
run: ./gradlew clean build
shell: bash

- name: Check generated files
run: ls ./src/main/resopurces/static/docs
shell: bash

- name: Get current time
uses: 1466587594/get-current-time@v2
id: current-time
Expand Down

0 comments on commit e8f93fb

Please sign in to comment.