Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Owns the rev derivation, the rev-keyed tools cache, the
# install, and the pins gate; the justfile's _ct-tools
# recognizes the stamped install and does not repeat it.
uses: polymorph-components/polymorph-test/actions/setup@f9ea8bbe7d2c407b6643b45e38b2ecf4aaee13a6
uses: polymorph-components/polymorph-test/actions/setup@3ec431717895b2e4fa81500794e0da7fd13e26e7
with:
tools: component-test-cli
js-locks: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
# against the pin.
- name: Publish the conformance matrix
if: always() && hashFiles('conformance/driver-ct/results/*.jsonl') != ''
uses: polymorph-components/polymorph-test/actions/aggregate@f9ea8bbe7d2c407b6643b45e38b2ecf4aaee13a6
uses: polymorph-components/polymorph-test/actions/aggregate@3ec431717895b2e4fa81500794e0da7fd13e26e7
with:
lock: conformance/guest-ct/tests.lock
manifest: conformance/driver-ct/targets.toml
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ default-members = [
# .github/workflows/ci.yml`, then `cargo update component-test-sdk
# component-test-runner` and `pnpm --dir conformance/driver-ct/deltic
# install`; the _ct-tools pins gate and the CI ref guard fail on skew.
component-test-sdk = { git = "https://github.com/polymorph-components/polymorph-test", rev = "f9ea8bbe7d2c407b6643b45e38b2ecf4aaee13a6" }
component-test-runner = { git = "https://github.com/polymorph-components/polymorph-test", rev = "f9ea8bbe7d2c407b6643b45e38b2ecf4aaee13a6" }
component-test-sdk = { git = "https://github.com/polymorph-components/polymorph-test", rev = "3ec431717895b2e4fa81500794e0da7fd13e26e7" }
component-test-runner = { git = "https://github.com/polymorph-components/polymorph-test", rev = "3ec431717895b2e4fa81500794e0da7fd13e26e7" }
anyhow = "1"
bytes = "1"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion conformance/driver-ct/deltic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"description": "Node driver + bundled worker inputs for the deltic-browser conformance row: the suite runtime-linked inside headless Chromium with this repo's deltic host module, through the upstream page driver and deltic worker-main.",
"dependencies": {
"@polymorph/component-test-js": "github:polymorph-components/polymorph-test#f9ea8bbe7d2c407b6643b45e38b2ecf4aaee13a6",
"@polymorph/component-test-js": "github:polymorph-components/polymorph-test#3ec431717895b2e4fa81500794e0da7fd13e26e7",
"playwright-core": "^1.61.1"
}
}
10 changes: 5 additions & 5 deletions conformance/driver-ct/deltic/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading