Skip to content

Commit

Permalink
feat: github build redis 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Dec 15, 2023
1 parent 5a3229d commit f5c9523
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
build:
runs-on: ubuntu-latest

services:
redis:
image: redis:latest
ports:
- 6379:6379

steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -35,4 +41,4 @@ jobs:

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

0 comments on commit f5c9523

Please sign in to comment.