Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Jan 24, 2020
1 parent f93401e commit 08257d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -110,14 +110,16 @@ jobs:
image: datadog/squid:latest
ports:
- 3128:3128
env:
https_proxy: http://squid-proxy:3128
steps:
# Clone this repo
- name: Checkout
uses: actions/checkout@users/ericsciple/m165proxy

# Configure proxy
- name: Configure proxy
run: __test__/configure-proxy.sh
# # Configure proxy
# - name: Configure proxy
# run: __test__/configure-proxy.sh

# Basic checkout using git
- name: Basic checkout
Expand Down

0 comments on commit 08257d3

Please sign in to comment.