Skip to content

Commit

Permalink
Merge pull request #1122 from robbrad/int_tests_patch-1
Browse files Browse the repository at this point in the history
Int tests patch 1
  • Loading branch information
robbrad authored Jan 4, 2025
2 parents eb783e9 + f8141d3 commit abe9dc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/behave_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ jobs:
deploy:
name: Deploy Reports
runs-on: ubuntu-latest
permissions:
contents: write
needs: report
steps:
# Download Full Artifacts
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/behave_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ jobs:
deploy:
name: Deploy Reports
runs-on: ubuntu-latest
permissions:
contents: write
needs: report
steps:
# Download Full Artifacts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from uk_bin_collection.uk_bin_collection.common import *
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass


class CouncilClass(AbstractGetBinDataClass):
"""
Concrete classes have to implement all abstract operations of the
Expand Down

0 comments on commit abe9dc2

Please sign in to comment.