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

Move ci-checks.sh to a make target: #727

Merged
merged 1 commit into from
May 10, 2023

Conversation

jacobweinstock
Copy link
Member

Description

This allows us to check for nix-shell and use docker if nix-shell is not installed. Update CI to use the make target.

Why is this needed

Fixes: #556

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

@codecov
Copy link

codecov bot commented May 10, 2023

Codecov Report

Merging #727 (1150a94) into main (ff98222) will not change coverage.
The diff coverage is n/a.

❗ Current head 1150a94 differs from pull request most recent head 307de72. Consider uploading reports for the commit 307de72 to get more accurate results

@@           Coverage Diff           @@
##             main     #727   +/-   ##
=======================================
  Coverage   55.54%   55.54%           
=======================================
  Files          26       26           
  Lines        1100     1100           
=======================================
  Hits          611      611           
  Misses        474      474           
  Partials       15       15           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

This allows us to check for nix-shell
and use docker if nix-shell is not installed.
Update CI to use the make target.

Signed-off-by: Jacob Weinstock <[email protected]>
@jacobweinstock jacobweinstock force-pushed the make-target-ci-checks branch from 57fcd75 to 307de72 Compare May 10, 2023 02:04
@chrisdoherty4 chrisdoherty4 added the ready-to-merge Signal to Mergify to merge the PR. label May 10, 2023
@mergify mergify bot merged commit b0195d8 into tinkerbell:main May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Difficulties debugging GitHub actions that use nix-shell
2 participants