@@ -72,13 +72,15 @@ test-cpp:
7272test-js :
7373 cd ../python-template-js && git config --global user.name " github-actions" && git config --global user.email " 41898282+github-actions[bot]@users.noreply.github.c@example.com" && git init && git add . && git commit -m " initial commit"
7474 cd ../python-template-js && make develop
75+ cd ../python-template-js && git add js/pnpm-lock.yaml && git commit -m " lockfile"
7576 cd ../python-template-js && make lint
7677 cd ../python-template-js && make checks
7778 cd ../python-template-js && make test
7879
7980test-jupyter :
8081 cd ../python-template-jupyter && git config --global user.name " github-actions" && git config --global user.email " 41898282+github-actions[bot]@users.noreply.github.c@example.com" && git init && git add . && git commit -m " initial commit"
8182 cd ../python-template-jupyter && make develop
83+ cd ../python-template-jupyter && git add js/pnpm-lock.yaml && git commit -m " lockfile"
8284 cd ../python-template-jupyter && make lint
8385 cd ../python-template-jupyter && make checks
8486 cd ../python-template-jupyter && make test
@@ -95,13 +97,15 @@ test-rustjswasm:
9597 cd ../python-template-rustjswasm && git config --global user.name " github-actions" && git config --global user.email " 41898282+github-actions[bot]@users.noreply.github.c@example.com" && git init && git add . && git commit -m " initial commit"
9698 cd ../python-template-rustjswasm && make develop
9799 cd ../python-template-rustjswasm && git add Cargo.lock && git commit -m " lockfile"
100+ cd ../python-template-rustjswasm && git add js/pnpm-lock.yaml && git commit -m " lockfile"
98101 cd ../python-template-rustjswasm && make lint
99102 cd ../python-template-rustjswasm && make checks
100103 cd ../python-template-rustjswasm && make test
101104
102105test-cppjswasm :
103106 cd ../python-template-cppjswasm && git config --global user.name " github-actions" && git config --global user.email " 41898282+github-actions[bot]@users.noreply.github.c@example.com" && git init && git add . && git commit -m " initial commit"
104107 cd ../python-template-cppjswasm && make develop
108+ cd ../python-template-cppjswasm && git add js/pnpm-lock.yaml && git commit -m " lockfile"
105109 cd ../python-template-cppjswasm && make lint
106110 cd ../python-template-cppjswasm && make checks
107111 cd ../python-template-cppjswasm && make test
0 commit comments