Skip to content

Commit

Permalink
ci: specify commits of tests (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape authored and KaoImin committed Nov 17, 2023
1 parent f67e07c commit 01bbc4a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/copy_config_to_devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: axonweb3/axon-devops
ref: 32e274a1f14c065fe63d37f006ac1a3c4f70654f
path: ${{ github.workspace}}/axon-devops
- name: apply config toml config_toml.patch
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/hardfork_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- name: Checkout axonweb3/axon-hardfork-test
uses: actions/checkout@v4
with:
repository: sunchengzhu/axon-hardfork-test
repository: axonweb3/axon-hardfork-test
ref: 33eff5b0341097563ad4042dab3c5f72fd0b3abb
path: axon-hardfork-test

- name: Choose network
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openzeppelin_test_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: axonweb3/openzeppelin-contracts
ref: compatibillity-axon
ref: c2c4b8f591b7bc048dcbcf45dd2a1d2017074107
path: openzeppelin-contracts
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openzeppelin_test_16_19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: axonweb3/openzeppelin-contracts
ref: compatibillity-axon
ref: c2c4b8f591b7bc048dcbcf45dd2a1d2017074107
path: openzeppelin-contracts
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openzeppelin_test_1_5_and_12_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: axonweb3/openzeppelin-contracts
ref: compatibillity-axon
ref: c2c4b8f591b7bc048dcbcf45dd2a1d2017074107
path: openzeppelin-contracts
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openzeppelin_test_6_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: axonweb3/openzeppelin-contracts
ref: compatibillity-axon
ref: c2c4b8f591b7bc048dcbcf45dd2a1d2017074107
path: openzeppelin-contracts
- uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/v3_core_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: axonweb3/v3-core
ref: d60a654a45874155467b5e40605e5b8e1f5b423e
path: v3-core
- uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/web3_compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: axonweb3/axon-test
ref: 0e2e379ac17175c301115127ea679f1d0085ddc3
path: axon-test

- uses: actions/setup-node@v4
Expand Down

0 comments on commit 01bbc4a

Please sign in to comment.