question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CI: Autobuild job

See original GitHub issue

Motivation When editing files here on GitHub one cannot run npm run build

Description Please consider adding a CI job:

  1. runs npm run build
  2. commit the changes

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
RunDevelopmentcommented, Jan 31, 2021

We could also ditch the older node versions. This has the disadvantage that version-specific bugs in node causing different build results might go undetected but it’s a lot simpler.

0reactions
szepeviktorcommented, Jan 30, 2021

Currently in the final CI step exit 1 makes the whole thing fail 🌧️ https://github.com/PrismJS/prism/blob/master/.github/workflows/test.yml#L43-L46

Instead we could commit those files.

Side-effect: node-version: [10.x, 12.x, 14.x] should run after each other to allow this procedure.

  1. run on nodejs 14
  2. check and optionally commit to the repo
  3. run on nodejs 12 and 10
Read more comments on GitHub >

github_iconTop Results From Across the Web

Auto DevOps - GitLab Docs
Auto DevOps detects your programming language and uses CI/CD templates to create and run default pipelines to build and test your application. Then,...
Read more >
Continuous Integration - Everything curl
We run CI jobs on several different operating systems, including Linux, macOS, Windows, Solaris and FreeBSD. We run jobs that build and test...
Read more >
build running automatically in gitlab - Stack Overflow
1) Possible Scenario why auto build starts: You have a .gitlab-ci.yml file in your repository root; You have turned on AutoDevOps for your ......
Read more >
Triggering builds from CI - Expo Documentation
Learn how to trigger builds on EAS for your app from a CI environment such as GitHub Action and more.
Read more >
Continuous integration and delivery (CI/CD) using CDK ...
CDK Pipelines is a construct library module for painless continuous delivery of AWS CDK applications. Whenever you check your AWS CDK app's source...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found