Skip to content

Commit

Permalink
workflow trial to skip reporting attempt #2
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 44a1db9 commit c32c5eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-harness-acapy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ jobs:
- name: run-indy-tails-server
uses: ./test-harness/actions/run-indy-tails-server
- name: run-test-harness-wo-reports
id: run_test_harness
uses: ./test-harness/actions/run-test-harness-wo-reports
with:
BUILD_AGENTS: "-a acapy-main"
TEST_AGENTS: "-d acapy-main"
TEST_SCOPE: "-t @AcceptanceTest -t ~@wip -t ~@T004-RFC0211 -t ~@DidMethod_orb -t ~@Transport_NoHttpOutbound"
REPORT_PROJECT: acapy
- name: run-send-gen-test-results-secure
if: ${{ steps.run-test-harness-wo-reports.outcome == 'success' }}
if: ${{ steps.run_test_harness.conclusion == 'success' }}
uses: ./test-harness/actions/run-send-gen-test-results-secure
with:
REPORT_PROJECT: acapy
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-harness-credo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ jobs:
- name: run-indy-tails-server
uses: ./test-harness/actions/run-indy-tails-server
- name: run-test-harness-wo-reports
id: run_test_harness
uses: ./test-harness/actions/run-test-harness-wo-reports
with:
BUILD_AGENTS: "-a credo"
TEST_AGENTS: "-d credo"
TEST_SCOPE: "-t @AcceptanceTest -t ~@wip -t @AIP10,@RFC0211 -t ~@DIDExchangeConnection -t ~@QualifiedDIDs"
REPORT_PROJECT: credo
- name: run-send-gen-test-results-secure
if: ${{ steps.run-test-harness-wo-reports.outcome == 'success' }}
if: ${{ steps.run_test_harness.conclusion == 'success' }}
uses: ./test-harness/actions/run-send-gen-test-results-secure
with:
REPORT_PROJECT: credo
Expand Down

0 comments on commit c32c5eb

Please sign in to comment.