Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

fix: test each example individually #39

Merged
merged 10 commits into from
Sep 16, 2021
Merged

Commits on Sep 16, 2021

  1. fix: test each example individually

    The current CI setup hoists all deps to the root which makes it
    hard to spot when individual examples are missing dependencies.
    
    This change switches up CI to run the tests for each example in
    isolation so we should know when a dep is missing.
    achingbrain committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    cc2f0fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424985f View commit details
    Browse the repository at this point in the history
  3. chore: fix gh actions

    achingbrain committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    83cae32 View commit details
    Browse the repository at this point in the history
  4. chore: fix gh actions

    achingbrain committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    7cfb3f7 View commit details
    Browse the repository at this point in the history
  5. chore: add missing dep

    achingbrain committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    f7c0a2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d107fce View commit details
    Browse the repository at this point in the history
  7. chore: more missing deps

    achingbrain committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    1957bff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    621bf5b View commit details
    Browse the repository at this point in the history
  9. chore: test monorepo

    achingbrain committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    65fd24d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0d0fc0 View commit details
    Browse the repository at this point in the history