Skip to content

Commit

Permalink
chore: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 13, 2023
1 parent 4c47904 commit 5c3222e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements/ci.txt

- name: Print Workflow Information
run: |
echo "Running tests with Python version: ${{ matrix.python-version }}"
echo "Running tox environment: ${{ matrix.toxenv }}"
# Add any additional logs or information you want to print
echo "Contents of the working directory:"
ls -al
echo "Contents of the data directory:"
ls -al path/to/data # Adjust the data directory path as needed
- name: Run Tests
run: tox -e ${{ matrix.toxenv }}

Expand Down

0 comments on commit 5c3222e

Please sign in to comment.