1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

ci: don't run wpt tests on debug (#18688)

This commit is contained in:
David Sherret 2023-04-13 10:40:06 -04:00 committed by Levente Kurusa
parent 4fa39349b3
commit e20bd85b99
No known key found for this signature in database
GPG key ID: 9F72F3C05BA137C4
2 changed files with 0 additions and 3 deletions

View file

@ -336,8 +336,6 @@ const ci = {
job: "test", job: "test",
profile: "debug", profile: "debug",
use_sysroot: true, use_sysroot: true,
wpt:
"${{ github.ref == 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/') }}",
}, { }, {
os: Runners.ubuntu, os: Runners.ubuntu,
job: "lint", job: "lint",

View file

@ -90,7 +90,6 @@ jobs:
job: test job: test
profile: debug profile: debug
use_sysroot: true use_sysroot: true
wpt: '${{ github.ref == ''refs/heads/main'' && !startsWith(github.ref, ''refs/tags/'') }}'
os_display_name: ubuntu-x86_64 os_display_name: ubuntu-x86_64
- os: ubuntu-22.04 - os: ubuntu-22.04
job: lint job: lint