This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new b983f67ff3 Modify workflow
b983f67ff3 is described below

commit b983f67ff30359087fcf415d0319b0211ff4a6e5
Author: Dominik Riemer <[email protected]>
AuthorDate: Mon Feb 17 23:53:24 2025 +0100

    Modify workflow
---
 .github/workflows/cypress-test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/cypress-test.yml 
b/.github/workflows/cypress-test.yml
index 47a37dad21..29b4d505d6 100644
--- a/.github/workflows/cypress-test.yml
+++ b/.github/workflows/cypress-test.yml
@@ -44,6 +44,7 @@ jobs:
       - name: Build UI
         working-directory: ./ui
         run: |
+          rm -rf node_modules package-lock.json
           npm install
           npm run build
 

Reply via email to