Skip to content

test: add the Redis MockBean StoreManagerAuthorizationFilterTest #51

test: add the Redis MockBean StoreManagerAuthorizationFilterTest

test: add the Redis MockBean StoreManagerAuthorizationFilterTest #51

Workflow file for this run

name: PR build
on:
pull_request:

Check failure on line 5 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
branches: [ dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
# Gradle wrapper 파일 실행 권한주기
- name: Grant execute permission for gradlew
run: chmod +x gradlew
# Gradle test를 실행한다
- name: build gradle
run: ./gradlew clean build