Skip to content

Commit

Permalink
test: Fix the tests running in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Oct 27, 2023
1 parent 2100e0c commit 650e1c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
egress-policy: block #audit
allowed-endpoints: >
github.com:443
proxy.golang.org:443
- name: Checkout Source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
egress-policy: block #audit
allowed-endpoints: >
github.com:443
proxy.golang.org:443
- name: Checkout Source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down Expand Up @@ -92,7 +94,9 @@ jobs:
disable-sudo: true
egress-policy: block # audit
allowed-endpoints: >
checkpoint-api.hashicorp.com:443
github.com:443
proxy.golang.org:443
releases.hashicorp.com:443
- name: Checkout Source
Expand Down

0 comments on commit 650e1c5

Please sign in to comment.