Skip to content

DtrackContractCheck #29

DtrackContractCheck

DtrackContractCheck #29

name: DtrackContractCheck
on:
schedule:
- cron: "0 1 * * 1"
jobs:
contract-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- uses: isbang/[email protected]
with:
compose-file: https://dependencytrack.org/docker-compose.yml
- name: Make test call
run: curl -X GET http://localhost:8081/api/version