Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/tests #8

Draft
wants to merge 9 commits into
base: native-rebase-for-creating-initial-git-rebase-todo
Choose a base branch
from

Commits on Jun 7, 2022

  1. setup first test case experiment.spec.ts

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    174ca58 View commit details
    Browse the repository at this point in the history
  2. setup .vscode/launch.json for debugging tests

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    3b7ccfd View commit details
    Browse the repository at this point in the history
  3. feat(ci): add the simplest test.yml workflow for CI

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    bc9e0d1 View commit details
    Browse the repository at this point in the history
  4. ci: run with multiple node versions

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    76f22d1 View commit details
    Browse the repository at this point in the history
  5. ci: do not fail-fast; use node v10, v18 & v16 as experimental (won'…

    …t fail workflow)
    
    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    72064da View commit details
    Browse the repository at this point in the history
  6. ci: add matrix.os

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f5704e1 View commit details
    Browse the repository at this point in the history
  7. ci: reduce amount of configurations - gotta preserve the runner a bit…

    … lol
    
    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0208f88 View commit details
    Browse the repository at this point in the history
  8. ci: upgrade setup-node to v3 to more easily setup caching

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    fcee211 View commit details
    Browse the repository at this point in the history
  9. chore: run "test" script in "build" script

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e509a55 View commit details
    Browse the repository at this point in the history