Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Bump org.dhatim:dropwizard-sentry from 2.1.2-4 to 4.0.4 #566

Bump org.dhatim:dropwizard-sentry from 2.1.2-4 to 4.0.4

Bump org.dhatim:dropwizard-sentry from 2.1.2-4 to 4.0.4 #566

name: Pre-merge checks
on:
pull_request:
types:
- opened
- reopened
- ready_for_review
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11.0.16'
distribution: 'adopt'
- name: Run Build
run: ./gradlew --parallel build -x test -x inttest
run-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11.0.16'
distribution: 'adopt'
- name: Run Tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew --parallel check