Skip to content

Commit

Permalink
Only map video folder for e2e when ARTIFACTS variable is configured
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene committed Sep 19, 2022
1 parent ebfcea1 commit 5cd5fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/e2e/cypress/e2e/common/about.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ describe('About page', () => {

cy.contains('#tkn--about--triggers-tile', triggersNamespace);
cy.contains('#tkn--about--triggers-tile', triggersVersion);

expect(true).to.eq(false);
});
});
1 change: 1 addition & 0 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ source $(dirname $0)/e2e-common.sh

# Script entry point.

ARTIFACTS="${ARTIFACTS:-`mktemp -d`}"
SED="sed"
START=1
END=30
Expand Down

0 comments on commit 5cd5fd7

Please sign in to comment.