Skip to content

Commit 9e1c531

Browse files
mhdawsontargos
authored andcommittedNov 26, 2023
build: expand when we run internet tests
Refs: #49203 Changes slipped into v18.x regressed test/internet/test-dns-ipv6 as I assume the action did not run because no test under test/internet was changed. Add some of the common paths that include code that might introduce failures in the internet tests. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #49218 Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent bf22a5f commit 9e1c531

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

‎.github/workflows/test-internet.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,22 @@ on:
77

88
pull_request:
99
types: [opened, synchronize, reopened, ready_for_review]
10-
paths: [test/internet/**]
10+
paths:
11+
- test/internet/**
12+
- internal/dns/**
13+
- lib/dns.js
14+
- lib/net.js
1115
push:
1216
branches:
1317
- main
1418
- canary
1519
- v[0-9]+.x-staging
1620
- v[0-9]+.x
17-
paths: [test/internet/**]
21+
paths:
22+
- test/internet/**
23+
- internal/dns/**
24+
- lib/dns.js
25+
- lib/net.js
1826

1927
concurrency:
2028
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)
Please sign in to comment.