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

Combine CI jobs on push #103

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Combine CI jobs on push #103

wants to merge 3 commits into from

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    0242e05 View commit details
    Browse the repository at this point in the history
  2. Separated npm ci execution to a shared job

    We want just one `npm ci` job to happen so other jobs can use resolved
    `node_modules` folder.
    nkuba committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    80fa4f6 View commit details
    Browse the repository at this point in the history
  3. Combine all node CI jobs happening on push

    Moved node tests execution to one workflow so it is faster. We execute
    just one `npm ci` to install dependencies and then use resolved
    `node_modules` in all jobs.
    nkuba committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    0b4c9dd View commit details
    Browse the repository at this point in the history