Skip to content

Commit 24bfc0f

Browse files
committed
gh-153313: Run Emscripten PyRepl test in CI
To avoid having to rely on the buildbot for PyRepl test
1 parent 357c650 commit 24bfc0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable-emscripten.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ jobs:
7777
run: python3 Platforms/emscripten pythoninfo-host
7878
- name: "Test"
7979
run: python3 Platforms/emscripten run --test
80+
- name: "Test Repl"
81+
run: Platforms/emscripten/browser_test/run_test.sh

0 commit comments

Comments
 (0)