Skip to content

Commit 6dd357c

Browse files
committed
CCM-10294: temp testing change
1 parent 4fd5eb8 commit 6dd357c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ jobs:
2929
echo event_name${{ github.event_name }}
3030
echo '${{ toJson(github) }}'
3131
REF=${{ github.ref }}
32-
./scripts/sandbox-utils.sh "$REF"
32+
pwd
33+
ls
34+
ls ./scripts
35+
36+
. ./scripts/sandbox-utils.sh "$REF"
3337
3438
sandbox-set-up:
3539
name: Step 1

scripts/tests/test.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ test: # Run all the test tasks @Testing
7777
test-load
7878

7979
_test:
80-
pwd
81-
ls
82-
ls ./scripts
83-
ls ./scripts/tests/
8480
set -e
8581
script="./scripts/tests/${name}.sh"
8682
if [ -e "$${script}" ]; then

scripts/tests/ui-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44
cd "$(git rev-parse --show-toplevel)"
55
npx playwright install --with-deps > /dev/null
66
cd tests/test-team
7-
run test:e2e
7+
npm run test:e2e

0 commit comments

Comments
 (0)