Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaTesser committed Aug 19, 2024
1 parent 60f781c commit a4aab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check for changes in test directory
id: check-tests
run: |
git diff --name-only origin/${{ github.base_ref }}..woltapp/${{ github.head_ref }} > changed_files.txt
git diff --name-only woltapp/${{ github.base_ref }}..origin/${{ github.head_ref }} > changed_files.txt
if grep -q "^test/" changed_files.txt; then
echo "Tests found in the PR"
echo "tests_present=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a4aab68

Please sign in to comment.