Skip to content

Commit

Permalink
workflow trial to skip reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Sheldon Regular <sheldon.regular@gmail.com>
  • Loading branch information
nodlesh committed Dec 9, 2024
1 parent 345b372 commit 44a1db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-harness-credo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
TEST_SCOPE: "-t @AcceptanceTest -t ~@wip -t @AIP10,@RFC0211 -t ~@DIDExchangeConnection -t ~@QualifiedDIDs"
REPORT_PROJECT: credo
- name: run-send-gen-test-results-secure
if: ${{ always() }}
if: ${{ steps.run-test-harness-wo-reports.outcome == 'success' }}
uses: ./test-harness/actions/run-send-gen-test-results-secure
with:
REPORT_PROJECT: credo
Expand Down
2 changes: 1 addition & 1 deletion aries-backchannels/acapy/requirements-latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aries-cloudagent[indy, bbs, askar]
acapy-agent[indy, bbs, askar]

0 comments on commit 44a1db9

Please sign in to comment.