Skip to content

Commit

Permalink
Merge pull request #863 from swcurran/main
Browse files Browse the repository at this point in the history
Remove upload logs because action is failing
  • Loading branch information
WadeBarnes committed Aug 26, 2024
2 parents 6f252fd + 4ef4c3b commit 38bbcc9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-harness-acapy-ariesvcx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-harness-ariesvcx-acapy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-harness-ariesvcx-ariesvcx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-harness-ariesvcx-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-harness-javascript-ariesvcx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 38bbcc9

Please sign in to comment.