Skip to content

Commit

Permalink
Re-add travis/install step which actually disables ADB testing
Browse files Browse the repository at this point in the history
  • Loading branch information
heapcrash committed Jul 22, 2020
1 parent 1a4972b commit a804dfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -71,6 +71,10 @@ jobs:
cat /proc/sys/kernel/core_uses_pid
( cd $(mktemp -d); sh -c 'kill -11 $$' || true; ls -la ./*core* /var/crash/*.crash;) || true
- name: Misc Setup
run: |
USER=travis travis/install.sh
- name: Set up SSH
run: |
travis/ssh_setup.sh
Expand Down

0 comments on commit a804dfc

Please sign in to comment.