[ACA-4625] Add ADF linking to unit tests and e2es (#2853)

This commit is contained in:
MichalKinas
2022-12-20 10:40:33 +01:00
committed by GitHub
parent bd77253200
commit cb84a06e25
12 changed files with 110 additions and 11 deletions

View File

@@ -1,7 +1,10 @@
#!/usr/bin/env bash
PARENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
# Build options -----------------------------------------------------------------------
# Build and test options -----------------------------------------------------------------------
export BUILD_OPTS="--configuration=production,e2e"
export TEST_OPTS=""
export E2E_PROTRACTOR_OPTS=""
export E2E_TSCONFIG="tsconfig.e2e.json"
# Commit settings for ADF linking -----------------------------------------------------
export HEAD_COMMIT_HASH=${TRAVIS_PULL_REQUEST_SHA:-${TRAVIS_COMMIT}}