We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6efd2e commit ca775cfCopy full SHA for ca775cf
1 file changed
.github/workflows/integration-testing.yml
@@ -150,23 +150,3 @@ jobs:
150
- uses: ./../action/analyze
151
env:
152
TEST_MODE: true
153
-
154
- test-bypass-proxy:
155
- runs-on: ubuntu-latest
156
- env:
157
- https_proxy: http://no-such-proxy:3128
158
- no_proxy: api.github.com,github.com,github-production-release-asset-2e65be.s3.amazonaws.com
159
- steps:
160
- - uses: actions/checkout@v2
161
- - name: Move codeql-action
162
- shell: bash
163
- run: |
164
- mkdir ../action
165
- mv * .github ../action/
166
- mv ../action/tests/multi-language-repo/{*,.github} .
167
- - uses: ./../action/init
168
- with:
169
- languages: javascript
170
- - uses: ./../action/analyze
171
172
- TEST_MODE: true
0 commit comments