summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-25 16:02:03 +0100
committerGitHub <noreply@github.com>2021-01-25 16:02:03 +0100
commite0eb111e3e2f76d16682559780baa3d756ed0df7 (patch)
tree0267cf6816e8277424aa2e569e494f5fea08da1d /.github/workflows
parentcf688cb40850fa3a7c48105a69ed4d4eb62425b8 (diff)
Revert "tests: enable wpt for url (#9046)" (#9264)
This reverts commit 66e99d349b31f5cd30b868d80ebdab6ba749fd96.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f5fc1aa81..cb3a9e440 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -224,16 +224,6 @@ jobs:
echo $(git rev-parse HEAD) > canary-latest.txt
gsutil cp canary-latest.txt gs://dl.deno.land/canary-latest.txt
- - name: Configure hosts file for WPT (unix)
- if: runner.os != 'Windows'
- run: ./wpt make-hosts-file | sudo tee -a /etc/hosts
- working-directory: test_util/wpt/
-
- - name: Configure hosts file for WPT (windows)
- if: runner.os == 'Windows'
- working-directory: test_util/wpt/
- run: python wpt make-hosts-file | Out-File $env:SystemRoot\System32\drivers\etc\hosts -Encoding ascii -Append
-
- name: Test release
if: matrix.kind == 'test_release'
run: cargo test --release --locked --all-targets