File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ set -euo pipefail
44cd " $( git rev-parse --show-toplevel) "
55npx playwright install --with-deps > /dev/null
66cd tests/test-team
7- run test:e2e
7+ npm run test:e2e
You can’t perform that action at this time.
0 commit comments