diff options
| author | Filip Skokan <panva.ip@gmail.com> | 2023-03-02 23:05:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-02 23:05:17 +0100 |
| commit | 64503fabd81e38c58d44d23ae94f5b87a384b86e (patch) | |
| tree | c2ef35c55dcccbf6c5efcbd7400ef2d328b72e71 /.github | |
| parent | 88c9a999f78916700b35b6a893a5b779a4f86db0 (diff) | |
test(wpt): implement process timeout, fix expectations update, and more... (#17892)
- relands #17872
- updates the timeouts to be re-configurable just for CI
- fixes `./tools/wpt.ts update`
- adds option not "ignore" during, applied to wpt epoch runs only
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/wpt_epoch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 1bc765321..9fdadf1bf 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -72,7 +72,7 @@ jobs: deno run --unstable --allow-write --allow-read --allow-net \ --allow-env --allow-run --lock=tools/deno.lock.json \ ./tools/wpt.ts run \ - --binary=$(which deno) --quiet --release --json=wpt.json --wptreport=wptreport.json || true + --binary=$(which deno) --quiet --release --no-ignore --json=wpt.json --wptreport=wptreport.json || true - name: Upload wpt results to wpt.fyi env: |
