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
Now testing Telemetrify in GitHub Action workflow as part of CI testing
Telemetrify is the largest known application written using Acton, so we add
testing of it to the Acton repo to avoid accidental breakage
Telemetrify main branch is already tested with the latest release of Acton
now, new changes in acton are also verified against the telemetrify repo
we test against the acton-next branch in the telemetrify repo
this enables us to make breaking changes in the Acton repo, realize the
break, then write a fix adapting the telemetrify code to the new Acton
change and push this to the acton-next branch after which the PR on the
Acton repo can be retried