Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Feb 29, 2024
1 parent 1af2870 commit 50cf519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run : |
# PyYaml is required until docker-compose is migrated to v2
pip install pyyaml==5.3.1
pip install docker-compose
pip install docker==6.1.3 docker-compose
poetry install --no-interaction --no-ansi
docker-compose version
poetry run python -m pytest
2 changes: 1 addition & 1 deletion local-kubernetes/kube-setup/validators-chainspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- -c
- >
set -xe;
polkadot-parachain build-spec --chain statemint-local --disable-default-bootnode > /dir/statemint-plain.json;
polkadot-parachain build-spec --chain asset-hub-westend-local --disable-default-bootnode > /dir/statemint-plain.json;
sed 's/"para_id": 1000/"para_id": 1003/' -i /dir/statemint-plain.json;
sed 's/"parachainId": 1000/"parachainId": 1003/' -i /dir/statemint-plain.json;
echo "make 5GmS1wtCfR4tK5SSgnZbVT4kYw5W8NmxmijcsxCQE6oLW6A8 (DERIVATION_ROOT_SEED) rich";
Expand Down

0 comments on commit 50cf519

Please sign in to comment.