@@ -61,26 +61,26 @@ jobs:
61
61
if : steps.check-if-src-changed.outputs.run_tests != 'false'
62
62
run : |
63
63
# Get AATH
64
- git clone https://github.com/hyperledger/aries -agent-test-harness.git
64
+ git clone https://github.com/openwallet-foundation/owl -agent-test-harness.git
65
65
66
66
# Change fork and branch for pull requests
67
67
if [ ${{ github.event_name }} == 'pull_request' ]; then
68
68
echo ${{ fromJson(steps.get_pr_data.outputs.data).head.repo.html_url }}
69
69
echo ${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}
70
- sed -i 's|aries-cloudagent\[indy, bbs, askar\] @git+https://github.com/hyperledger/aries-cloudagent-python @main|acapy-agent[indy, bbs, askar] @git+${{ fromJson(steps.get_pr_data.outputs.data).head.repo.html_url }}@${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}|g' ./aries -agent-test-harness/aries-backchannels/acapy/requirements-main.txt
70
+ sed -i 's|@git+https://github.com/openwallet-foundation/acapy @main|@git+${{ fromJson(steps.get_pr_data.outputs.data).head.repo.html_url }}@${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}|g' ./owl -agent-test-harness/aries-backchannels/acapy/requirements-main.txt
71
71
fi
72
- cat aries -agent-test-harness/aries-backchannels/acapy/requirements-main.txt
72
+ cat owl -agent-test-harness/aries-backchannels/acapy/requirements-main.txt
73
73
74
- cd aries -agent-test-harness
74
+ cd owl -agent-test-harness
75
75
./manage build -a acapy-main
76
76
- name : Run PR Interop Tests
77
77
if : (steps.check_if_release.outputs.is_release != 'true' && github.event_name == 'pull_request' && steps.check-if-src-changed.outputs.run_tests != 'false')
78
78
run : |
79
- cd aries -agent-test-harness
79
+ cd owl -agent-test-harness
80
80
NO_TTY=1 LEDGER_URL_CONFIG=http://test.bcovrin.vonx.io TAILS_SERVER_URL_CONFIG=https://tails.vonx.io ./manage run -d acapy-main -t @critical -t ~@wip -t ~@T004-RFC0211 -t ~@DidMethod_orb -t ~@Transport_NoHttpOutbound
81
81
- name : Run Release or Nightly Interop Tests
82
82
if : (steps.check_if_release.outputs.is_release == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' && steps.check-if-src-changed.outputs.run_tests != 'false')
83
83
run : |
84
- cd aries -agent-test-harness
84
+ cd owl -agent-test-harness
85
85
NO_TTY=1 LEDGER_URL_CONFIG=http://test.bcovrin.vonx.io TAILS_SERVER_URL_CONFIG=https://tails.vonx.io ./manage run -d acapy-main -t @AcceptanceTest -t ~@wip -t ~@T004-RFC0211 -t ~@DidMethod_orb -t ~@Transport_NoHttpOutbound
86
86
0 commit comments