Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Nov 5, 2024
1 parent 00add6e commit 2cdeca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
# Find all files in the 'Test' directory and join them into a space-separated string
#TEST_SCRIPTS=$(find Test -type f ! -name '__init__.py' -print | tr '\n' ' ')
TEST_SCRIPTS=$(find Test -type f -name '*test_test.py' -print | tr '\n' ' ')
TEST_SCRIPTS=$(find testing -type f -name '*test_test.py' -print | tr '\n' ' ')
echo "Found test scripts: $TEST_SCRIPTS"
echo "TEST_SCRIPTS=$TEST_SCRIPTS" >> $GITHUB_ENV
- name: Run Tests
Expand Down

0 comments on commit 2cdeca3

Please sign in to comment.