Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Apr 25, 2024
1 parent 75367a1 commit 354c852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run unit tests
# Use --symlink to limit disk usage.
run: >-
pytest --keep-workflow-wd-on-fail --git-aware
pytest --keep-workflow-wd --git-aware
--symlink tests/ --basetemp ~/temp
- name: Check files
run: ls -ltr ~/temp/*
Expand Down

0 comments on commit 354c852

Please sign in to comment.