Skip to content

feat: redisson config #975

feat: redisson config

feat: redisson config #975

Workflow file for this run

name: GitRank Backend Dev Github Actions
on:
push:
paths:
- '**.java'
pull_request:
paths:
- '**.java'
defaults:
run:
shell: bash
working-directory: ./backend
jobs:
backend-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
architecture: x64
- run: chmod +x gradlew
- run: ./gradlew build -x test