diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b9edfd0..583ffd75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,7 @@ jobs: disable-sudo: true egress-policy: block allowed-endpoints: > + api.github.com:443 codecov.io:443 github.com:443 registry.npmjs.org:443 @@ -33,4 +34,4 @@ jobs: run: npm ci - name: Run coverage run: npm test -- --coverage - - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 \ No newline at end of file + - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4