Skip to content

Chore: run tests daily against node nightly#2969

Merged
Uzlopak merged 2 commits intonodejs:mainfrom
mweberxyz:chore/nightly-tests
Mar 16, 2024
Merged

Chore: run tests daily against node nightly#2969
Uzlopak merged 2 commits intonodejs:mainfrom
mweberxyz:chore/nightly-tests

Conversation

@mweberxyz
Copy link
Copy Markdown
Contributor

This relates to...

#2932

Rationale

In order to catch regressions either caused by or a result of upstream Node changes, add a workflow that is invoked on a daily basis to run the main branch's unit tests utilizing the most recent daily build.

In the event of test failure, create a new issue if needed, otherwise comment the most recent open "Nightly tests are failing" issue with the most recent failure.

Changes

  1. Factor tests out of existing Node CI workflow
  2. Add new nightly workflow, triggered on a daily schedule (or alternative, manually via workflow_dispatch to test changes in main without waiting for the next day's scheduled run.)

Features

N/A

Bug Fixes

N/A

Breaking Changes and Deprecations

N/A

Status

Loading
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.

test against Node.js nightlies

6 participants