Conformance #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |