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 5c3222e commit c04aa2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
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:"
echo "ls -a"
ls -al
echo "Contents of the data directory:"
ls -al path/to/data # Adjust the data directory path as needed
echo "echo envsitepackagesdir: ${{envsitepackagesdir}}"
echo "ls -al ${{envsitepackagesdir}}"
ls -al ${{envsitepackagesdir}}
- name: Run Tests
run: tox -e ${{ matrix.toxenv }}
Expand Down

0 comments on commit c04aa2b

Please sign in to comment.