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

Test 'npm install' for site/ in GitHub Action #883

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vorburger
Copy link

This is intended to (illustrate and later help detect regressions like) #882.

Includes renaming go.yml Github Action to build.yaml.

This helps to detect regressions causing this not to work anymore,
such as the googlecodelabs#882 problem.
@vorburger vorburger marked this pull request as draft October 29, 2023 00:48
@vorburger
Copy link
Author

Once #865 is merged, this should turn red with failing checks, unless #882 is just a local issue affecting only me.

Please hold merging this until #882 is actually fixed...


- name: NPM Install
working-directory: site
run: npm install
Copy link
Author

Choose a reason for hiding this comment

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

Actually, coming to think of it, given #884 problem, this shouldn't just npm install but also test ... what, ./node_modules/.bin/gulp dist - probably?

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.

1 participant