File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 62
62
run : |
63
63
pip install -r scripts/requirements-actions.txt --require-hashes
64
64
65
- - name : Setup Zephyr project
66
- if : github.event_name == 'pull_request'
67
- uses : zephyrproject-rtos/action-zephyr-setup@b2453c72966ee67b1433be22b250348d48283286 # v1.0.7
68
- with :
69
- app-path : zephyr
70
- toolchains : all
71
-
72
65
- name : Environment Setup
73
66
working-directory : zephyr
74
67
if : github.event_name == 'pull_request'
91
84
python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request -t $TESTS_PER_BUILDER
92
85
93
86
if [ -s .testplan ]; then
87
+ echo "aklsakosdfjkas=====12312321===="
94
88
cat .testplan
89
+ echo "aklsakosdfjkas=====end===="
90
+
95
91
cat .testplan >> $GITHUB_ENV
96
92
else
97
93
echo "TWISTER_NODES=${MATRIX_SIZE}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments