File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,27 @@ jobs:
3535 python-version : ' 3.12'
3636 - name : " Install uv"
3737 run : curl -LsSf https://astral.sh/uv/install.sh | sh
38+
3839# - name: "Install mesh-cli"
3940# run: curl -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/master/scripts/install.sh | sh -s
4041
4142 # https://github.com/coinbase/mesh-cli/issues/422
4243 - name : " Install mesh-cli"
4344 run : curl -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/v0.10.3/scripts/install.sh | sed -e 's/^REPO=.*/REPO=mesh-cli/' | sh -s
4445
45- - name : " Run tests"
46- run : newman run ./postmanTests/rosetta-java.postman_collection.json -e postmanTests/Rosetta-java-env.postman_environment.json -r cli
46+ # - name: "Run tests"
47+ # run: newman run ./postmanTests/rosetta-java.postman_collection.json -e postmanTests/Rosetta-java-env.postman_environment.json -r cli
48+
4749 - name : " Run construction API tests with schema validation"
4850 run : |
4951 cd ./tests/integration
5052 ~/.local/bin/uv run test_construction_api.py \
5153 -u http://localhost:8082 \
5254 --network-id devkit \
5355 --openapi ../../api/src/main/resources/rosetta-specifications-1.4.15/api.yaml
56+
5457 - name : " Run rosetta check:data tests"
5558 run : ./bin/rosetta-cli check:data --configuration-file ./rosetta-cli-tests/data/byron_sample.json
59+
5660 - name : " Tear down environment"
5761 run : docker compose --env-file .env.IntegrationTest -f docker-integration-test-environment.yaml down
Original file line number Diff line number Diff line change 1818
1919 <properties >
2020 <java .version>24</java .version>
21- <yaci-store .version>2.0.0-beta4 </yaci-store .version>
21+ <yaci-store .version>2.0.0-beta5 </yaci-store .version>
2222 <sonar .exclusions>src/main/java/org/cardanofoundation/rosetta/yaciindexer/stores/txsize/model/*</sonar .exclusions>
2323<!-- <version.spotless-maven-plugin>2.43.0</version.spotless-maven-plugin>-->
2424 </properties >
You can’t perform that action at this time.
0 commit comments