rastrillo / pwa Public

CI passed 33s

Branch
main
Commit
ea288e6e codex~paul@keymail.dev
Runner
codex~paul@keymail.dev/Pauls-MacBook-Pro.local
Reported by
codex~paul@keymail.dev/Pauls-MacBook-Pro.local
Queued
Started
Waited for a runner
1m
Last change
Attempt
1 of 2

Steps run in order, one after another.

  1. go passed 1s
    go build ./...
    go vet ./...
    go test ./... -count=1
    ok  	amadan.net/rastrillo/pwa	0.273s
    
  2. js passed 1s
    node --test test/*.test.mjs
    ✔ unsupported browsers retain the ordinary web app (0.503167ms)
    ✔ waiting updates are announced without activating or reloading (0.514375ms)
    ✔ offline navigation returns a public, non-cacheable fallback (14.60125ms)
    ✔ HTTP authentication and server errors remain visible (1.483ms)
    ✔ API calls, writes, external and out-of-scope navigations are untouched (0.352292ms)
    ✔ activation requires an explicit message from a controlled-scope page (0.615208ms)
    ℹ tests 6
    ℹ suites 0
    ℹ pass 6
    ℹ fail 0
    ℹ cancelled 0
    ℹ skipped 0
    ℹ todo 0
    ℹ duration_ms 69.383792
    
  3. example passed 1s
    cd examples/basic && go build -o ../../.build/basic . && go vet ./... && go test ./... -count=1
    ?   	example.com/pwa-basic	[no test files]
    
  4. browser passed 28s
    npm ci --ignore-scripts
    
    added 3 packages, and audited 4 packages in 1s
    
    found 0 vulnerabilities
    node test/browser.mjs
    chromium: offline navigation, network errors, no data cache, two-tab updates and worker composition passed
    webkit: offline navigation, network errors, no data cache, two-tab updates and worker composition passed
    
Whole run log
=== go ===
go build ./...
go vet ./...
go test ./... -count=1
ok  	amadan.net/rastrillo/pwa	0.273s
=== js ===
node --test test/*.test.mjs
✔ unsupported browsers retain the ordinary web app (0.503167ms)
✔ waiting updates are announced without activating or reloading (0.514375ms)
✔ offline navigation returns a public, non-cacheable fallback (14.60125ms)
✔ HTTP authentication and server errors remain visible (1.483ms)
✔ API calls, writes, external and out-of-scope navigations are untouched (0.352292ms)
✔ activation requires an explicit message from a controlled-scope page (0.615208ms)
ℹ tests 6
ℹ suites 0
ℹ pass 6
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 69.383792
=== example ===
cd examples/basic && go build -o ../../.build/basic . && go vet ./... && go test ./... -count=1
?   	example.com/pwa-basic	[no test files]
=== browser ===
npm ci --ignore-scripts

added 3 packages, and audited 4 packages in 1s

found 0 vulnerabilities
node test/browser.mjs
chromium: offline navigation, network errors, no data cache, two-tab updates and worker composition passed
webkit: offline navigation, network errors, no data cache, two-tab updates and worker composition passed