feat: add is_file and is_dir methods + test for download from cloud #364
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test AIAS | |
on: push | |
jobs: | |
aias-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: '3.11' | |
- name: Install test/requirements | |
run: | | |
pip install -r test/requirements.txt | |
- name: Run tests | |
run: test/tests.sh |