Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 13, 2023
1 parent 4c47904 commit 18dc7a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ 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 }}"
echo "ls -a"
ls -al
echo "ls -al .tox/django32/lib/python3.8/site-packages"
ls -al .tox/django32/lib/python3.8/site-packages
- name: Run Tests
run: tox -e ${{ matrix.toxenv }}

Expand Down

0 comments on commit 18dc7a0

Please sign in to comment.