Skip to content

Bump com.atlassian.oai:swagger-request-validator-core from 1.4.2 to 2.35.2 #226

Bump com.atlassian.oai:swagger-request-validator-core from 1.4.2 to 2.35.2

Bump com.atlassian.oai:swagger-request-validator-core from 1.4.2 to 2.35.2 #226

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Run Gradle
run: ./gradlew build jacocoTestReport
- name: Codecov
uses: codecov/codecov-action@v1.0.13