Skip to content

Commit 78c8a17

Browse files
committed
test
1 parent 178bdfa commit 78c8a17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/rebaseline-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
./bootstrap
4040
git config user.name emscripten-bot
4141
git config user.email [email protected]
42-
./tools/maint/rebaseline_tests.py
42+
cat "TEST" >> README.md
43+
git add README.md
44+
git checkout -b testing
45+
git commit -m "Testing"
46+
#./tools/maint/rebaseline_tests.py
4347
- name: Create PR
4448
id: cpr
4549
run: |

0 commit comments

Comments
 (0)