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

[PR to mk/tests] CI iteration #1961

Merged
merged 7 commits into from
Sep 14, 2022
Merged

Conversation

nathanhammond
Copy link
Contributor

@mehulkar some of my comments on #1904 are addressed here.

@nathanhammond nathanhammond requested a review from a team as a code owner September 14, 2022 10:33
@nathanhammond nathanhammond requested review from gaspar09 and removed request for a team September 14, 2022 10:33
@vercel
Copy link

vercel bot commented Sep 14, 2022

@nathanhammond is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@mehulkar mehulkar left a comment

Choose a reason for hiding this comment

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

Looks great! one of the reasons I chose not to separate Go/Node is that it started to feel too similar to just actions/setup-go@v3 , et al. I figured the benefit of sharing in repo was that our "abstraction" didn't need to be so clean, and based more on turborepo rather than the underlying tools.

Anywho, this is great and a welcome improvement.

.github/workflows/benchmark.yml Outdated Show resolved Hide resolved

- name: Build
run: cd cli && make turbo

- name: Install dependencies
run: pnpm install --filter=benchmark
Copy link
Contributor

Choose a reason for hiding this comment

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

so full pnpm install?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, low cost since it'll come from local cache.


- uses: ./.github/actions/setup-deps
with:
go-version: 1.17
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this? as mentioned in #1904 (comment)

- uses: ./.github/actions/setup-deps
- uses: ./.github/actions/setup-node
with:
enable-corepack: false
Copy link
Contributor

Choose a reason for hiding this comment

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

+1. This was one of the reasons to split up Node and Go for me too!

@mehulkar
Copy link
Contributor

Merging this in to see how it behaves, thank you!

@mehulkar mehulkar merged commit 9296cd6 into vercel:mk/tests Sep 14, 2022
@nathanhammond nathanhammond deleted the ci-iteration branch September 15, 2022 05:18
@@ -17,7 +17,7 @@ jobs:
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v
- uses: actions/checkout@v3
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch! 😅

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.

None yet

2 participants