From ca775cfb2e980f799dae1ae20619b4d5a24f0d30 Mon Sep 17 00:00:00 2001 From: Robert Brignull Date: Fri, 10 Jul 2020 12:58:18 +0100 Subject: [PATCH] remove bypass-proxy test --- .github/workflows/integration-testing.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index ce6ba2514..536e2a8b5 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -150,23 +150,3 @@ jobs: - uses: ./../action/analyze env: TEST_MODE: true - - test-bypass-proxy: - runs-on: ubuntu-latest - env: - https_proxy: http://no-such-proxy:3128 - no_proxy: api.github.com,github.com,github-production-release-asset-2e65be.s3.amazonaws.com - steps: - - uses: actions/checkout@v2 - - name: Move codeql-action - shell: bash - run: | - mkdir ../action - mv * .github ../action/ - mv ../action/tests/multi-language-repo/{*,.github} . - - uses: ./../action/init - with: - languages: javascript - - uses: ./../action/analyze - env: - TEST_MODE: true