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

Use Github Actions rather than Circle for automated tests #289

Merged
merged 11 commits into from
Apr 23, 2024
Merged

Conversation

ndrezn
Copy link
Member

@ndrezn ndrezn commented Apr 22, 2024

Our other projects use GHA - let's switch this over too.

@ndrezn ndrezn changed the base branch from main to update-requires-files April 22, 2024 21:08
- name: Setup uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm using uv instead of pip for package installation to improve performance.

Copy link
Member Author

Choose a reason for hiding this comment

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

🫡

Copy link
Collaborator

Choose a reason for hiding this comment

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

We thank you for your service.

@ndrezn ndrezn closed this Apr 22, 2024
@ndrezn ndrezn reopened this Apr 22, 2024
@ndrezn ndrezn changed the base branch from update-requires-files to main April 22, 2024 23:14
@ndrezn ndrezn closed this Apr 22, 2024
@ndrezn ndrezn reopened this Apr 22, 2024
runs-on: ubuntu-latest
strategy:
matrix:
react-version: ["18.2.0"]
Copy link
Member Author

Choose a reason for hiding this comment

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

@alexcjohnson , why was the previous test running a special check on 18.2.0?

Copy link
Collaborator

Choose a reason for hiding this comment

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

This was to test for forward compatibility for dash 2.17.

Copy link
Member Author

Choose a reason for hiding this comment

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

Cool I suppose we can keep it till 2.17 rolls out

@BSd3v
Copy link
Collaborator

BSd3v commented Apr 23, 2024

This is only failing due to circleci missing?

@ndrezn
Copy link
Member Author

ndrezn commented Apr 23, 2024

Yeah I need to remove the circleCI config for this project. Then we should be good!

@ndrezn ndrezn closed this Apr 23, 2024
@ndrezn ndrezn reopened this Apr 23, 2024
@ndrezn
Copy link
Member Author

ndrezn commented Apr 23, 2024

I paused CircleCI builds on this project so this should pass without Circle on merge.

Copy link
Collaborator

@BSd3v BSd3v left a comment

Choose a reason for hiding this comment

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

💃

@ndrezn ndrezn merged commit c1eef68 into main Apr 23, 2024
3 checks passed
@ndrezn ndrezn deleted the use-gha branch April 23, 2024 18:09
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.

3 participants