mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
Remove debugging step
This commit is contained in:
parent
90c448a85d
commit
ec103c0d1a
1 changed files with 0 additions and 5 deletions
5
.github/workflows/workflow.yml
vendored
5
.github/workflows/workflow.yml
vendored
|
@ -55,8 +55,3 @@ jobs:
|
|||
|
||||
- name: 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
|
||||
|
|
Loading…
Reference in a new issue