Skip to content

Commit

Permalink
fix: Update behave_schedule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 4, 2025
1 parent c6c053f commit 70cf781
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/behave_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,8 @@ jobs:
id: set-council-tests
run: |
IFS=' ' read -ra FILES <<< "${{ steps.changed-council-files.outputs.all_changed_files }}"
COUNCIL_TESTS="MonmouthshireCountyCouncil"
COUNCIL_TESTS=""
echo "council_tests=$COUNCIL_TESTS" >> $GITHUB_OUTPUT
# for file in "${FILES[@]}"; do
# FILENAME=$(basename "$file" .py)
# if [ -z "$COUNCIL_TESTS" ]; then
# COUNCIL_TESTS="$FILENAME"
# else
# COUNCIL_TESTS="$COUNCIL_TESTS or $FILENAME"
# fi
# done
# echo "council_tests=$COUNCIL_TESTS" >> $GITHUB_OUTPUT
outputs:
council_tests: ${{ steps.set-council-tests.outputs.council_tests }}
Expand Down

0 comments on commit 70cf781

Please sign in to comment.