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: make push rdev use happy go client #336

Merged
merged 2 commits into from
Jul 24, 2022
Merged

Conversation

atarashansky
Copy link
Contributor

Switches the workflow to use the go client.

This successful run uses the yaml copied into this PR: https://github.com/chanzuckerberg/single-cell-explorer/actions/runs/2719326953

Reviewers

Functional:
@atolopko-czi

@codecov
Copy link

codecov bot commented Jul 22, 2022

Codecov Report

Merging #336 (b2c68c2) into main (c238e99) will not change coverage.
The diff coverage is n/a.

❗ Current head b2c68c2 differs from pull request most recent head c2ae973. Consider uploading reports for the commit c2ae973 to get more accurate results

@@           Coverage Diff           @@
##             main     #336   +/-   ##
=======================================
  Coverage   76.16%   76.16%           
=======================================
  Files          90       90           
  Lines        6670     6670           
=======================================
  Hits         5080     5080           
  Misses       1590     1590           
Flag Coverage Δ
frontend 76.16% <ø> (ø)
javascript 76.16% <ø> (ø)
smokeTest ∅ <ø> (∅)
unitTest 76.16% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us.

Copy link
Contributor

@atolopko-czi atolopko-czi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approving with 2 minor suggestions to consider. @ebezzi might be the better reviewer, since I believe he did the work on moving portal to go happy client (in case I'm missing a reason why we shouldn't be doing this.)

- name: Build component
shell: bash
run: |
pip install -r .happy/requirements.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should also rm this reqs.txt file

DOCKER_TAG=${GITHUB_REF#refs/heads/}
DOCKER_TAG=${DOCKER_TAG#refs/tags/}
# replace `/` with `_`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keeping the comment may save someone some head scratching :)

@atarashansky atarashansky merged commit 1b10f5e into main Jul 24, 2022
@atarashansky atarashansky deleted the atar/fix-rdev-push branch July 24, 2022 17:00
danieljhegeman pushed a commit that referenced this pull request Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants