You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page contains some documentation on the workflows for this repository.
3
+
4
+
## build_test
5
+
The workflow build_test is used to build and test the code (see build_test.yaml). We are using a custom docker image for building and testing the code. You can find the image on our [Docker Hub](https://hub.docker.com/repository/docker/threefolddev/tfchain). The dockerfile build_test.Dockerfile was used to build that image. If the image no longer meets the expectations please follow these steps:
6
+
7
+
1) Update the dockerfile as required (add what you need)
8
+
2) Build the new image (execute the comment with .github/workflows as working directory and make sure to increment the version):
0 commit comments