Skip to content

chore(deps): bump docker/login-action from 2 to 3 #93

chore(deps): bump docker/login-action from 2 to 3

chore(deps): bump docker/login-action from 2 to 3 #93

Workflow file for this run

name: Test PR
on: [pull_request]
jobs:
test_pr:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build