add ds.baseline

This commit is contained in:
Kenneth Kehl
2024-08-06 08:37:43 -07:00
parent a48f4fa476
commit 89eb24c795
2 changed files with 3 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ jobs:
ports:
# Maps tcp port 6379 on service container to the host
- 6379:6379
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-project