Skip to content

fix: Fix wrong reference to reply_to attribute (#27) #50

fix: Fix wrong reference to reply_to attribute (#27)

fix: Fix wrong reference to reply_to attribute (#27) #50

Workflow file for this run

name: Java
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
gradle-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Run Gradle tests
run: ./gradlew test