Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

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

Draft
vorburger wants to merge 2 commits into
googlecodelabs:mainfrom
vorburger:action-npm-install
Draft

Test 'npm install' for site/ in GitHub Action#883
vorburger wants to merge 2 commits into
googlecodelabs:mainfrom
vorburger:action-npm-install

Conversation

@vorburger

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant