Skip to content

Commit

Permalink
run tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
trincaog committed Jan 2, 2024
1 parent 32d06cc commit fa2cd46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
- name: List files
id: list_files
run: |
ls -l
echo PYTHONPATH $PYTHONPATH
echo ---
ls -l
echo ---
ls -l magiccube
find *
echo ---
- name: Extract tag name
id: tag
Expand Down

0 comments on commit fa2cd46

Please sign in to comment.