Skip to content

build(deps): bump org.cyclonedx.bom from 1.7.4 to 1.8.1 #221

build(deps): bump org.cyclonedx.bom from 1.7.4 to 1.8.1

build(deps): bump org.cyclonedx.bom from 1.7.4 to 1.8.1 #221

Workflow file for this run

name: Test pull requests
on: pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 15
distribution: 'zulu'
cache: 'gradle'
- name: Run tests
run: ./gradlew clean test
- name: Unit tests results
if: always()
uses: actions/upload-artifact@v3
with:
name: unit-tests-results
path: build/reports/tests