Skip to content

Refactor test lifecycle and add logging in IntegrationTest #10

Refactor test lifecycle and add logging in IntegrationTest

Refactor test lifecycle and add logging in IntegrationTest #10

Workflow file for this run

name: RealWorld Gradle Build CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run Gradle Build
run: ./gradlew build