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 and enable GitHub CI workflow #24711

Merged
merged 3 commits into from
Oct 18, 2023
Merged

Fix and enable GitHub CI workflow #24711

merged 3 commits into from
Oct 18, 2023

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotra cheenamalhotra commented Oct 18, 2023

+Updates set-output to GitHub Output
(ref: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)

The CI build is disabled in VSCode repo as well so I'm open to keeping it disabled if needed, as we're not really running integration tests.

- name: Execute yarn
# if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} {{SQL CARBON EDIT}} Skip caching for now
# if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be uncommented since the sql carbon edit tag to skip caching was removed?

Copy link
Contributor

@lewis-sanchez lewis-sanchez left a comment

Choose a reason for hiding this comment

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

Looks good and all checks are passing now too.

@cheenamalhotra cheenamalhotra merged commit 8e225a5 into main Oct 18, 2023
12 checks passed
@cheenamalhotra cheenamalhotra deleted the cheena/ci-win branch October 18, 2023 16:39
siyao-Siyang pushed a commit that referenced this pull request Nov 1, 2023
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