Skip to content

Commit

Permalink
actions: Add names for test-repository steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jku committed Mar 30, 2024
1 parent abbe12a commit 47ea5e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions actions/test-repository/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ runs:
with:
python-version: "3.11"

- run: pip --quiet install $GITHUB_ACTION_PATH/../../repo/
- name: Install tuf-on-ci
run: pip --quiet install $GITHUB_ACTION_PATH/../../repo/
shell: bash

- env:
- name: Run tuf-on-ci test-client
env:
METADATA_URL: ${{ inputs.metadata_url }}
ARTIFACT_URL: ${{ inputs.artifact_url }}
UPDATE_BASE_URL: ${{ inputs.update_base_url }}
Expand Down

0 comments on commit 47ea5e8

Please sign in to comment.