Skip to content

Commit

Permalink
when does android come in?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Feb 12, 2024
1 parent 7c8e0c7 commit 85ca59f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,24 @@ jobs:
ports:
- 9200:9200
steps:
- name: ls android
run: ls -l /usr/local/lib/
- name: ls opt
run: ls -l /opt/hostedtoolcache
- name: Checkout
uses: actions/checkout@v4
- name: ls android 2
run: ls -l /usr/local/lib/
- name: ls opt 2
run: ls -l /opt/hostedtoolcache
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: ls android 3
run: ls -l /usr/local/lib/
- name: ls opt 3
run: ls -l /opt/hostedtoolcache
- name: Setup nbtest
run: make install-nbtest
- name: Warm up
Expand Down

0 comments on commit 85ca59f

Please sign in to comment.