Skip to content

Commit 209f107

Browse files
committed
test: actions
Testing actions. Signed-off-by: Carles Cufi <[email protected]>
1 parent 9999e1c commit 209f107

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/coding_guidelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- name: Install Python packages
2727
run: |
28+
echo "here cwd"
29+
pwd
2830
pip install -r scripts/requirements-actions.txt --require-hashes
2931
3032
- name: Install Packages

.github/workflows/manifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- name: Install Python packages
3131
run: |
3232
cd zephyrproject/zephyr
33+
echo "here cwd"
34+
pwd
3335
pip install -r scripts/requirements-actions.txt --require-hashes
3436
3537
- name: west setup

0 commit comments

Comments
 (0)