1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -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 GitHub
parent 52d235391c
commit 2eb0f9fb5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

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

View file

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