Skip to content

Commit 9a8399f

Browse files
committed
make it a function
1 parent 604f6a5 commit 9a8399f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
test:
1313
runs-on: ubuntu-16.04
1414
steps:
15+
- name: Dump GitHub context
16+
env:
17+
GITHUB_CONTEXT: ${{ toJson(github) }}
18+
run: echo "$GITHUB_CONTEXT"
1519
- name: Set up Python 3.5
1620
uses: actions/setup-python@v1
1721
with:
@@ -47,7 +51,7 @@ jobs:
4751
diff -u $testbase.exp $testbase.out;
4852
done
4953
working-directory: tests
50-
if: failure
54+
if: failure()
5155
- name: Test threads
5256
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 -d thread
5357
working-directory: tests

0 commit comments

Comments
 (0)