From 51b4838a77e38ff575f78387254f882f160f765e Mon Sep 17 00:00:00 2001 From: Tierney Cyren Date: Thu, 30 Oct 2025 09:01:39 -0700 Subject: [PATCH] test: update tests-core.yml to check that there aren't needed updates Signed-off-by: Tierney Cyren --- .github/workflows/tests-core.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests-core.yml b/.github/workflows/tests-core.yml index e651c23..9d7772f 100644 --- a/.github/workflows/tests-core.yml +++ b/.github/workflows/tests-core.yml @@ -29,3 +29,5 @@ jobs: run: npm install -w core - name: Run npm test -w core run: npm test -w core + - name: 'Run npm run test:update and npm test -w core' + run: npm run test:update && npm test -w core \ No newline at end of file