Skip to content

Commit 166bc42

Browse files
Update from copier (2026-06-14T08:42:49)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c3ee75 commit 166bc42

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 9b3c202
2+
_commit: 19e0124
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cppjswasm

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
8484

8585
- name: Upload coverage
86-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
86+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }}
8989

js/playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig({
2222
},
2323
],
2424
webServer: {
25-
command: "yarn start:tests",
25+
command: "pnpm run start:tests",
2626
url: "http://127.0.0.1:3000",
2727
reuseExistingServer: !process.env.CI,
2828
timeout: 120 * 1000,

0 commit comments

Comments
 (0)