Skip to content

Commit

Permalink
try to fix s3 tests that cant find test files
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbuster committed Jan 10, 2025
1 parent cf0c5fc commit f94659c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/s3_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand All @@ -28,4 +31,4 @@ jobs:
- name: Run pytest and Generate coverage report
shell: bash
run: |
pytest -v tests/s3_tests.py
python -m pytest -v tests/s3_tests.py --disable-warnings

0 comments on commit f94659c

Please sign in to comment.