Skip to content

IA-4823 add destroyedDate condition #750

IA-4823 add destroyedDate condition

IA-4823 add destroyedDate condition #750

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: sbt coverage "testOnly -- -l cronJobs.dbTest" coverageReport
- name: Check output
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
- name: upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck