Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

[refactor] #9 fake 객체 생성 위치 변경 #6

[refactor] #9 fake 객체 생성 위치 변경

[refactor] #9 fake 객체 생성 위치 변경 #6

Workflow file for this run

name: gdsc_test_ci
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
inputs:
tags:
description: 'Test scenario tags'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create Local Properties
run: echo '${{ secrets.LOCAL_PROPERTIES }}' > ./local.properties
- name: Start gradlew test
run: ./gradlew test