Skip to content

Commit 650e1c5

Browse files
committed
test: Fix the tests running in CI.
1 parent 2100e0c commit 650e1c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
egress-policy: block #audit
2828
allowed-endpoints: >
2929
github.com:443
30+
proxy.golang.org:443
3031
3132
- name: Checkout Source
3233
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -54,6 +55,7 @@ jobs:
5455
egress-policy: block #audit
5556
allowed-endpoints: >
5657
github.com:443
58+
proxy.golang.org:443
5759
5860
- name: Checkout Source
5961
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -92,7 +94,9 @@ jobs:
9294
disable-sudo: true
9395
egress-policy: block # audit
9496
allowed-endpoints: >
97+
checkpoint-api.hashicorp.com:443
9598
github.com:443
99+
proxy.golang.org:443
96100
releases.hashicorp.com:443
97101
98102
- name: Checkout Source

0 commit comments

Comments
 (0)