You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/12/01 13:33:11 UTC

[incubator-streampipes] branch dev updated: [hotfix] Add cypress key to actions build

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 643ecce  [hotfix] Add cypress key to actions build
     new 95c52a5  Merge remote-tracking branch 'origin/dev' into dev
643ecce is described below

commit 643ecce01281d7d5ea96623abde8183e0e0196f7
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Dec 1 14:32:12 2021 +0100

    [hotfix] Add cypress key to actions build
---
 .github/workflows/cypress-test.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml
index 25c52c2..860db99 100644
--- a/.github/workflows/cypress-test.yml
+++ b/.github/workflows/cypress-test.yml
@@ -58,6 +58,9 @@ jobs:
         with:
           install: false
           wait-on: 'http://localhost/#/login'
+          record: true
           wait-on-timeout: 120
-          spec: cypress/tests/**/*.smoke.spec.ts
-          working-directory: ui
\ No newline at end of file
+          spec: cypress/tests/**/*.spec.ts
+          working-directory: ui
+        env:
+          CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
\ No newline at end of file