From 6ddae0d4417760692e8d7ed6d2d94dd8137614c1 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 2 Mar 2023 08:02:06 -0600 Subject: [PATCH] PR-421183: trying to fix the pipeline of cypress. --- .github/workflows/npm-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index d20399b..ff28806 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -32,6 +32,7 @@ jobs: with: build: npm run build start: npm start + test-build-package: needs: test runs-on: ubuntu-latest