algorand / graviton

🧑‍🔬 verify your TEAL program by experiment and observation
MIT License
17 stars 8 forks source link

Use Docker Image for C.I. #14

Closed tzaffi closed 1 year ago

tzaffi commented 2 years ago

Description

Graviton was introduced into PyTeal's C.I. process in its PR #249. In that PR, a docker image of our Sandbox algod was introduced. This approach is significantly faster and more lightweight compared to the approach taken in this repo: build the sandbox from scratch each time, but leverage Github Action docker layer caching). We should.

Action Item

Modify Makefile and .github/workflows/build.yml to mimic those of PyTeal with regards to running the integration tests.

tzaffi commented 1 year ago

Addressed by #48