From e6eee4ab5ecea52d5e618d112d4674f25c3752d4 Mon Sep 17 00:00:00 2001 From: sunchengzhu <36075573+sunchengzhu@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:47:49 +0800 Subject: [PATCH] chore(CI): update axon-test version in web3_compatible.yml (#1612) compare test code: https://github.com/axonweb3/axon-test/compare/be8b502423fa41d4656ec2369d3ee5a729f56326...df72c7e1660537b445a349624b9b3b1584036393 --- .github/workflows/web3_compatible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web3_compatible.yml b/.github/workflows/web3_compatible.yml index 9d39d72f7..0e60d59c8 100644 --- a/.github/workflows/web3_compatible.yml +++ b/.github/workflows/web3_compatible.yml @@ -122,7 +122,7 @@ jobs: uses: actions/checkout@v4 with: repository: axonweb3/axon-test - ref: be8b502423fa41d4656ec2369d3ee5a729f56326 + ref: df72c7e1660537b445a349624b9b3b1584036393 path: axon-test - uses: actions/setup-node@v4