Skip to content

Commit

Permalink
added back in upload test to cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Nov 6, 2024
1 parent a71f947 commit ed119c7
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 @@ -52,8 +52,8 @@ jobs:
id: find_tests
run: |
# Find all files in the 'testing' directory and join them into a space-separated string
#TEST_SCRIPTS=$(find testing -type f ! -name '__init__.py' -print | tr '\n' ' ')
TEST_SCRIPTS=("testing/pytest_test.py")
TEST_SCRIPTS=$(find testing -type f ! -name '__init__.py' -print | tr '\n' ' ')
#TEST_SCRIPTS=("testing/pytest_test.py")
echo "Found test scripts: $TEST_SCRIPTS"
echo "TEST_SCRIPTS=$TEST_SCRIPTS" >> $GITHUB_ENV
- name: Run Tests
Expand Down

0 comments on commit ed119c7

Please sign in to comment.