Skip to content

Commit

Permalink
docs: workflow 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jjongwa committed Nov 14, 2023
1 parent f43f56c commit ebf21f9
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/backend-CI-test.yml
Original file line number Diff line number Diff line change
@@ -3,25 +3,7 @@ name: Java CI with Gradle
on:
pull_request:
branches: [ main, develop ]
workflow_dispatch:
inputs:
logLevel:
description: ‘Log level’
required: true
default: ‘info’
type: choice
options:
- info
- warning
- debug
environment:
description: ‘Environment to run tests against’
type: environment
required: true
env:
REDIS_HOST: redis
REDIS_PORT: 6379


defaults:
run:
working-directory: backend
@@ -35,14 +17,6 @@ jobs:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5

steps:
- name: 레포지토리 체크아웃

0 comments on commit ebf21f9

Please sign in to comment.