Skip to content

Commit 2b7196c

Browse files
author
Mateusz Czeladka
committed
Merge remote-tracking branch 'origin/develop3' into develop
2 parents 9de4f61 + 121b0ee commit 2b7196c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/integration-test.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

yaci-indexer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>

0 commit comments

Comments
 (0)