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 604f6a5 commit 9a8399fCopy full SHA for 9a8399f
.github/workflows/build.yml
@@ -12,6 +12,10 @@ jobs:
12
test:
13
runs-on: ubuntu-16.04
14
steps:
15
+ - name: Dump GitHub context
16
+ env:
17
+ GITHUB_CONTEXT: ${{ toJson(github) }}
18
+ run: echo "$GITHUB_CONTEXT"
19
- name: Set up Python 3.5
20
uses: actions/setup-python@v1
21
with:
@@ -47,7 +51,7 @@ jobs:
47
51
diff -u $testbase.exp $testbase.out;
48
52
done
49
53
working-directory: tests
50
- if: failure
54
+ if: failure()
55
- name: Test threads
56
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 -d thread
57
0 commit comments