version: 0.2 env: shell: bash variables: JEST_JUNIT_OUTPUT: 'reports/junit/js-test-results.xml' NODE_OPTIONS: --max-old-space-size=4096 phases: build: commands: - source shared-scripts.sh && _waitForJobs build_linux requirePrevJobsToSucceed - source ./shared-scripts.sh && _mockE2ETests artifacts: files: - 'shared-scripts.sh'