diff --git a/.github/workflows/test-harness-acapy-ariesvcx.yml b/.github/workflows/test-harness-acapy-ariesvcx.yml index be46831e..fa782eb9 100644 --- a/.github/workflows/test-harness-acapy-ariesvcx.yml +++ b/.github/workflows/test-harness-acapy-ariesvcx.yml @@ -44,10 +44,6 @@ jobs: TEST_AGENTS: "-d acapy-main -b aries-vcx" TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@RFC0793 -t ~@wip -t ~@RFC0434 -t ~@RFC0453 -t ~@RFC0211 -t ~@DIDExchangeConnection -t ~@Transport_Ws" REPORT_PROJECT: acapy-b-aries-vcx - - uses: actions/upload-artifact@v4 - with: - name: agent-logs - path: ./test-harness/.logs/ - name: run-send-gen-test-results-secure if: ${{ always() }} uses: ./test-harness/actions/run-send-gen-test-results-secure diff --git a/.github/workflows/test-harness-ariesvcx-acapy.yml b/.github/workflows/test-harness-ariesvcx-acapy.yml index 079f1bdb..8d4bfdc9 100644 --- a/.github/workflows/test-harness-ariesvcx-acapy.yml +++ b/.github/workflows/test-harness-ariesvcx-acapy.yml @@ -48,10 +48,6 @@ jobs: TEST_AGENTS: "-d aries-vcx -b acapy-main" TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@RFC0793 -t ~@wip -t ~@RFC0434 -t ~@RFC0453 -t ~@RFC0211 -t ~@DIDExchangeConnection -t ~@Transport_Ws" REPORT_PROJECT: aries-vcx-b-acapy - - uses: actions/upload-artifact@v4 - with: - name: agent-logs - path: ./test-harness/.logs/ - name: run-send-gen-test-results-secure if: ${{ always() }} uses: ./test-harness/actions/run-send-gen-test-results-secure diff --git a/.github/workflows/test-harness-ariesvcx-ariesvcx.yml b/.github/workflows/test-harness-ariesvcx-ariesvcx.yml index cdff46a6..1b9379e7 100644 --- a/.github/workflows/test-harness-ariesvcx-ariesvcx.yml +++ b/.github/workflows/test-harness-ariesvcx-ariesvcx.yml @@ -44,10 +44,6 @@ jobs: TEST_AGENTS: "-d aries-vcx" TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@RFC0023,@RFC0793 -t ~@wip -t ~@RFC0434 -t ~@RFC0453 -t ~@RFC0211 -t ~@DIDExchangeConnection -t ~@Transport_Ws" REPORT_PROJECT: aries-vcx - - uses: actions/upload-artifact@v4 - with: - name: agent-logs - path: ./test-harness/.logs/ - name: run-send-gen-test-results-secure if: ${{ always() }} uses: ./test-harness/actions/run-send-gen-test-results-secure diff --git a/.github/workflows/test-harness-ariesvcx-javascript.yml b/.github/workflows/test-harness-ariesvcx-javascript.yml index 43e9006d..3dbd3aef 100644 --- a/.github/workflows/test-harness-ariesvcx-javascript.yml +++ b/.github/workflows/test-harness-ariesvcx-javascript.yml @@ -37,10 +37,6 @@ jobs: TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160,@revocation -t ~@T005-HIPE0011 -t ~@T006.1-HIPE0011 -t ~@RFC0025 -t ~@RFC0183 -t ~@RFC0211 -t ~@RFC0434 -t ~@RFC0453 -t ~@wip -t ~@DIDExchangeConnection -t ~@QualifiedDIDs" REPORT_PROJECT: aries-vcx-b-javascript continue-on-error: true - - uses: actions/upload-artifact@v4 - with: - name: agent-logs - path: ./test-harness/.logs/ - name: run-send-gen-test-results-secure uses: ./test-harness/actions/run-send-gen-test-results-secure with: diff --git a/.github/workflows/test-harness-javascript-ariesvcx.yml b/.github/workflows/test-harness-javascript-ariesvcx.yml index ec0c27d9..2556736e 100644 --- a/.github/workflows/test-harness-javascript-ariesvcx.yml +++ b/.github/workflows/test-harness-javascript-ariesvcx.yml @@ -37,10 +37,6 @@ jobs: TEST_SCOPE: "-t @RFC0036,@RFC0037,@RFC0160 -t ~@T003-RFC0160 -t ~@T004-RFC0160 -t ~@revocation -t ~@RFC0025 -t ~@RFC0183 -t ~@RFC0211 -t ~@RFC0434 -t ~@RFC0453 -t ~@wip -t ~@DIDExchangeConnection -t ~@QualifiedDIDs" REPORT_PROJECT: javascript-b-aries-vcx continue-on-error: true - - uses: actions/upload-artifact@v4 - with: - name: agent-logs - path: ./test-harness/.logs/ - name: run-send-gen-test-results-secure uses: ./test-harness/actions/run-send-gen-test-results-secure with: