Skip to content

Commit bb8addb

Browse files
authored
Update twister.yaml
1 parent da15ffc commit bb8addb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/twister.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ jobs:
6262
run: |
6363
pip install -r scripts/requirements-actions.txt --require-hashes
6464
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-
7265
- name: Environment Setup
7366
working-directory: zephyr
7467
if: github.event_name == 'pull_request'
@@ -91,7 +84,10 @@ jobs:
9184
python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request -t $TESTS_PER_BUILDER
9285
9386
if [ -s .testplan ]; then
87+
echo "aklsakosdfjkas=====12312321===="
9488
cat .testplan
89+
echo "aklsakosdfjkas=====end===="
90+
9591
cat .testplan >> $GITHUB_ENV
9692
else
9793
echo "TWISTER_NODES=${MATRIX_SIZE}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)