Skip to content

Commit

Permalink
Update test traceability repository path (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJordanCongenica authored Jul 13, 2023
1 parent af2468a commit 1a9f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_traceability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
--env TT_ALLURE_RESULTS_S3_URL="$BUCKET_URL_FULL" \
--env TT_JIRA_COMPONENT="Pipelines" \
--env TT_JIRA_PROJECT_KEY="PSG" \
--env TT_JIRA_TEST_REPOSITORY_PATH="${{ env.REPO_NAME }}" \
--env TT_JIRA_TEST_REPOSITORY_PATH="${{ env.REPO_NAME }}/unit" \
--env TT_JIRA_TOKEN=${{ secrets.JIRA_TOKEN }} \
--env TT_LOG_LEVEL="DEBUG" \
--env TT_REPO_NAME="${{ env.REPO_NAME }}" \
Expand Down

0 comments on commit 1a9f485

Please sign in to comment.