Skip to content

Commit

Permalink
build: expand when we run internet tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mhdawson authored and UlisesGascon committed Sep 10, 2023
1 parent 5a363bb commit 34a2590
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test-internet.yml
Expand Up @@ -7,14 +7,22 @@ on:

pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths: [test/internet/**]
paths:
- test/internet/**
- internal/dns/**
- lib/dns.js
- lib/net.js
push:
branches:
- main
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
paths: [test/internet/**]
paths:
- test/internet/**
- internal/dns/**
- lib/dns.js
- lib/net.js

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 34a2590

Please sign in to comment.