Set up a Github workflow to automatically run performing the same tests we use when adding new examples and fixing current examples.
Definition of Done
Docker image that has the same environment as our development environment (yarn, solana and anchor CLI) in order to run the unit tests and integration tests.
Objective
Set up a Github workflow to automatically run performing the same tests we use when adding new examples and fixing current examples.
Definition of Done
Docker image that has the same environment as our development environment (
yarn
,solana
andanchor
CLI) in order to run the unit tests and integration tests.