Skip to content

Commit 43ca92f

Browse files
committed
CI: Fix DAPLink test.
1 parent 0cc2494 commit 43ca92f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
cd DAPLink
130130
git checkout -b develop origin/develop
131131
- name: Install Python dependencies
132+
working-directory: DAPLink
132133
run: pip install -r requirements.txt
133134
- name: Build all micro:bit DAPLink projects
134-
run: |
135-
cd DAPLink
136-
python tools/progen_compile.py -t make_gcc_arm kl26z_bl kl26z_microbit_if kl27z_microbit_bl kl27z_microbit_if nrf52820_microbit_bl nrf52820_microbit_if
135+
working-directory: DAPLink
136+
run: python tools/progen_compile.py -t make_gcc_arm kl26z_bl kl26z_microbit_if kl27z_microbit_bl kl27z_microbit_if nrf52820_microbit_bl nrf52820_microbit_if

0 commit comments

Comments
 (0)