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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: