Skip to content

Commit d26eba7

Browse files
committed
Fix path in workflow
1 parent 4e9851a commit d26eba7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/emu-test-stm32h5.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Configure stm32h5 (TZ) and build wolfboot
16-
working-directory: wolfboot
1716
run: |
1817
cp config/examples/stm32h5-tz.config .config
1918
make wolfboot.bin
2019
2120
- name: Run emu test (stm32h5)
22-
working-directory: wolfboot/test-app/emu-test-apps
21+
working-directory: test-app/emu-test-apps
2322
run: |
2423
SCENARIOS=C ./test.sh

0 commit comments

Comments
 (0)