Skip to content

Commit ff021d7

Browse files
committed
Fix mocking path for CI
1 parent 8fa5991 commit ff021d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: test
2222
runs-on: ubuntu-latest
2323
env:
24-
MICROPYPATH: "$(pwd)/tests/mocks:$(pwd):.frozen:~/.micropython/lib:/usr/lib/micropython"
24+
MICROPYPATH: "$(pwd):.frozen:~/.micropython/lib:/usr/lib/micropython:$(pwd)/tests/mocks"
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Build micropython

0 commit comments

Comments
 (0)