mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
javascript: Rename this port to 'webassembly'.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: javascript port
|
||||
name: webassembly port
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -9,7 +9,7 @@ on:
|
||||
- 'py/**'
|
||||
- 'extmod/**'
|
||||
- 'lib/**'
|
||||
- 'ports/javascript/**'
|
||||
- 'ports/webassembly/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -17,8 +17,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install packages
|
||||
run: source tools/ci.sh && ci_javascript_setup
|
||||
run: source tools/ci.sh && ci_webassembly_setup
|
||||
- name: Build
|
||||
run: source tools/ci.sh && ci_javascript_build
|
||||
run: source tools/ci.sh && ci_webassembly_build
|
||||
- name: Run tests
|
||||
run: source tools/ci.sh && ci_javascript_run_tests
|
||||
run: source tools/ci.sh && ci_webassembly_run_tests
|
||||
Reference in New Issue
Block a user