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

Fix failing CI tests #1281

Closed
wants to merge 9 commits into from
Closed

Fix failing CI tests #1281

wants to merge 9 commits into from

Commits on Jan 19, 2022

  1. Fix failing CI tests

    Issue was newer node versions are not compatible with our dev envorment.
    This failed because the `cimg/python:3.9-node` defaulted to a newer version of node.
    To fix this we can use multiple images to specify a specific node version.
    
    I settled on `node:15.14.0` as it is the last working version.
    
    After we get tests passing we can work on supporting newer node versions.
    Blendify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ce34b68 View commit details
    Browse the repository at this point in the history
  2. Attempt 2

    Blendify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    9b382d0 View commit details
    Browse the repository at this point in the history
  3. Add missing keyword

    Blendify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    90164b5 View commit details
    Browse the repository at this point in the history
  4. Add missing command

    Blendify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    a224c9b View commit details
    Browse the repository at this point in the history
  5. Use python:3.9-node

    Blendify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    318f365 View commit details
    Browse the repository at this point in the history
  6. Attempt broken path issue

    Blendify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    5389f07 View commit details
    Browse the repository at this point in the history
  7. Another attempt

    Blendify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6eb5919 View commit details
    Browse the repository at this point in the history
  8. Use node v15

    Blendify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    19b8d20 View commit details
    Browse the repository at this point in the history
  9. Move command to run-build

    Blendify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    315c9ef View commit details
    Browse the repository at this point in the history