Remove debugging step
This commit is contained in:
5
.github/workflows/workflow.yml
vendored
5
.github/workflows/workflow.yml
vendored
@ -55,8 +55,3 @@ jobs:
|
|||||||
|
|
||||||
- name: npm test
|
- name: npm test
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
- name: Check proxy logs
|
|
||||||
run: |
|
|
||||||
docker cp ${{ job.services.squid.id }}:/var/log/squid/access.log access.log
|
|
||||||
cat access.log
|
|
||||||
|
Reference in New Issue
Block a user