Skip to content

Conformance

Conformance #2

Workflow file for this run

on:
# manual dispatch only while the conformance test suite is under rapid development
workflow_dispatch:
name: TUF client conformance
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- name: Checkout the client wrapper
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run test suite
uses: jku/tuf-conformance@fix-action-test-path
with:
entrypoint: ".github/scripts/conformance-client.py"