From 9035762362444ec0a5b8cbbe78a85d54eac7a92e Mon Sep 17 00:00:00 2001 From: Vivek Ratnavel Subramanian Date: Mon, 23 May 2022 13:27:40 -0700 Subject: [PATCH] Cypress: Fix workflow (#5105) --- .github/workflows/cypress-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-integration-tests.yml b/.github/workflows/cypress-integration-tests.yml index 48621cd5f7f..f60ecf47283 100644 --- a/.github/workflows/cypress-integration-tests.yml +++ b/.github/workflows/cypress-integration-tests.yml @@ -43,8 +43,8 @@ jobs: - name: Generating Data Models run: | - sudo apt-get install -y antlr4 - make install_dev generate + sudo apt-get install -y antlr4 + make install_dev generate - name: Start Server and Ingest Sample Data env: