Skip to content

Feature: 작업 가능 공간의 회원 정보는 5분 후 만료된다. #29

Feature: 작업 가능 공간의 회원 정보는 5분 후 만료된다.

Feature: 작업 가능 공간의 회원 정보는 5분 후 만료된다. #29

Workflow file for this run

name: unit test on push
on: [ pull_request ]
jobs:
deploy:
name: unit test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.PRIVATE_TOKEN }}
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew --info test