We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa5991 commit f442748Copy full SHA for f442748
.github/workflows/ci.yml
@@ -20,8 +20,6 @@ jobs:
20
test:
21
name: test
22
runs-on: ubuntu-latest
23
- env:
24
- MICROPYPATH: "$(pwd)/tests/mocks:$(pwd):.frozen:~/.micropython/lib:/usr/lib/micropython"
25
steps:
26
- uses: actions/checkout@v2
27
- name: Build micropython
@@ -43,5 +41,7 @@ jobs:
43
41
run: "micropython -m mip install github:${{ github.repository }}@${{ github.ref_name }}"
44
42
- name: Run tests
45
run: micropython -m unittest
+ env:
+ MICROPYPATH: "${{ github.workspace }}:.frozen:~/.micropython/lib:/usr/lib/micropython:${{ github.workspace }}/tests/mocks"
46
- name: Run integration tests
47
run: ./bin/test_e2e
0 commit comments