Merge branch 'main' into feature/updating-node-modules

This commit is contained in:
Alex Janousek
2024-08-09 10:50:30 -06:00
committed by GitHub
9 changed files with 107 additions and 28 deletions

View File

@@ -52,6 +52,7 @@ jobs:
run: poetry run coverage report --fail-under=90
end-to-end-tests:
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
checks: write
pull-requests: write
@@ -82,6 +83,7 @@ jobs:
ports:
# Maps tcp port 6379 on service container to the host
- 6379:6379
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-project