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 d84edab commit b57eee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
id: find_tests
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=("testing/pytest_test.py", "testing/upload_sync_test.py")
TEST_SCRIPTS=$(find Test -type f ! -name '__init__.py' -print | tr '\n' ' ')
#TEST_SCRIPTS=("testing/pytest_test.py", "testing/upload_sync_test.py")
echo "Found test scripts: $TEST_SCRIPTS"
echo "TEST_SCRIPTS=$TEST_SCRIPTS" >> $GITHUB_ENV
- name: Run Tests
Expand Down

0 comments on commit b57eee2

Please sign in to comment.