From 32294c1478b07be57acd0832cdab8d0e0ab091d1 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Tue, 28 Nov 2023 19:06:34 -0600 Subject: [PATCH] Add missing Cypress config file to partial checkout --- .github/workflows/core.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 93d7495c..48416cc7 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -113,6 +113,7 @@ jobs: cypress package.json package-lock.json + cypress.config.js - name: Install node packages run: npm install - name: Start UI