Skip to content

Commit c7cbab8

Browse files
committed
Website: ci.yaml has been renamed into tests.yaml
1 parent 7b68f5d commit c7cbab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/developers/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ components:
137137

138138
You can run a different set of tests. The command `make help` will give you the
139139
whole set of targets. You can also visit the file
140-
[ci.yaml](https://github.com/o1-labs/mina-rust/blob/develop/.github/workflows/ci.yaml)
140+
[tests.yaml](https://github.com/o1-labs/mina-rust/blob/develop/.github/workflows/tests.yaml)
141141
to explore the targets used for testing in our continuous integration
142142
environment.
143143

website/docs/developers/scripts/update-ocaml-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ sed -i'' -e "s/config_${old_hash}/config_${new_hash}/g" \
3838
"${base_dir}"/node/testing/src/scenarios/multi_node/basic_connectivity_peer_discovery.rs \
3939
"${base_dir}"/node/testing/src/scenarios/solo_node/basic_connectivity_accept_incoming.rs
4040
sed -i'' -e "s/${old_version}-${shorter_old_hash}/${new_version}-${shorter_new_hash}/g" \
41-
"${base_dir}"/.github/workflows/ci.yaml \
41+
"${base_dir}"/.github/workflows/tests.yaml \
4242
"${base_dir}"/docker-compose.archive.devnet.compare.yml \
4343
"${base_dir}"/node/testing/src/node/ocaml/config.rs

0 commit comments

Comments
 (0)